Update Dependency installation instructions

2026-05-28 13:00:47 +01:00
parent 82fd47f749
commit bcd2355b3c
+5 -5
@@ -5,17 +5,17 @@ Download the Git for Windows installer from [here](https://git-scm.com/install/w
Download the Python installer from [here](https://www.python.org/downloads/), and install it. Download the Python installer from [here](https://www.python.org/downloads/), and install it.
### Ubuntu / Debian (includes Pop!_OS, Linux Mint, Raspberry Pi OS, etc.) ### Ubuntu / Debian (includes Pop!_OS, Linux Mint, Raspberry Pi OS, etc.)
``` ```
sudo apt install python3 python3-venv sudo apt install python3 python3-venv git
``` ```
### Fedora (includes Nobara, Bazzite, etc.) [not yet tested] ### Fedora (includes Nobara, Bazzite, etc.)
``` ```
sudo dnf install python3 python3-virtualenv sudo dnf install python3 python3-virtualenv git
``` ```
### Arch Linux (includes CachyOS, Manjaro, SteamOS, etc.) ### Arch Linux (includes CachyOS, Manjaro, SteamOS, etc.)
``` ```
sudo pacman -S python3 python3-venv sudo pacman -S python3 python3-venv git
``` ```
### OpenSUSE (Tumbleweed/Leap) [not yet tested] ### OpenSUSE (Tumbleweed/Leap) [not yet tested]
``` ```
sudo zypper install python3 python3-virtualenv sudo zypper install python3 python3-virtualenv git
``` ```