diff options
author | Alessandro de Oliveira Faria (A.K.A. CABELO) <cabelo@opensuse.org> | 2023-11-10 06:45:44 +0000 |
---|---|---|
committer | Alessandro de Oliveira Faria (A.K.A. CABELO) <cabelo@opensuse.org> | 2023-11-10 06:45:44 +0000 |
commit | 66767e3876dde8d0ef27ce00254cd6b75332f036 (patch) | |
tree | abf5d4c54432873ef52238430302ae99014f498a /README.md | |
parent | 4afaaf8a020c1df457bcf7250cb1c7f609699fa7 (diff) | |
download | stable-diffusion-webui-gfx803-66767e3876dde8d0ef27ce00254cd6b75332f036.tar.gz stable-diffusion-webui-gfx803-66767e3876dde8d0ef27ce00254cd6b75332f036.tar.bz2 stable-diffusion-webui-gfx803-66767e3876dde8d0ef27ce00254cd6b75332f036.zip |
- opensuse compatibility
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -121,6 +121,8 @@ Alternatively, use online services (like Google Colab): sudo apt install wget git python3 python3-venv libgl1 libglib2.0-0
# Red Hat-based:
sudo dnf install wget git python3
+# openSUSE-based:
+sudo zypper install wget git python3
# Arch-based:
sudo pacman -S wget git python3
```
|