Update Dependency installation instructions

2026-05-28 12:44:42 +01:00
parent 1365af652d
commit c9803e702b
+4 -3
@@ -1,7 +1,8 @@
# Python installation instructions # Dependency installation instructions
Python must be installed system-wide. See instructions for your operating system below... Python and Git must both be installed system-wide. See instructions for your operating system below...
### Windows 11 / 10 [not yet tested] ### Windows 11 / 10 [not yet tested]
Download the installer from [here](https://www.python.org/downloads/), install latest version. If given the option, you should install the 'venv' or 'virtual environment' module as well. Download the Git for Windows installer from [here](https://git-scm.com/install/windows), 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