Update Dependency installation instructions

2026-05-28 14:06:54 +01:00
parent 1cd5d6c05b
commit 85c03fbf12
+1 -1
@@ -5,7 +5,7 @@ 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 git
sudo apt install python3 python3-venv python-is-python3 git
```
### Fedora (includes Nobara, Bazzite, etc.)
```