Update Dependency installation instructions
@@ -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.
|
||||
### 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.)
|
||||
```
|
||||
sudo pacman -S python3 python3-venv
|
||||
sudo pacman -S python3 python3-venv git
|
||||
```
|
||||
### OpenSUSE (Tumbleweed/Leap) [not yet tested]
|
||||
```
|
||||
sudo zypper install python3 python3-virtualenv
|
||||
sudo zypper install python3 python3-virtualenv git
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user