aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e083440..89e54a61 100644
--- a/README.md
+++ b/README.md
@@ -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
```