Clone
6
Dependency installation instructions
Grey Jones edited this page 2026-05-28 15:03:46 +01:00

Dependency installation instructions

Python and Git must both be installed system-wide. See instructions for your operating system below...

Windows 11 / 10 [not yet tested]

Download the Git for Windows installer from here, and install it.

Download the Python installer from here, and install it.

Ubuntu / Debian (includes Pop!_OS, Linux Mint, Raspberry Pi OS, etc.)

sudo apt install python3 python3-venv git

Fedora (includes Nobara, Bazzite, etc.)

sudo dnf install python3 python3-virtualenv git

Arch Linux (includes CachyOS, Manjaro, SteamOS, etc.)

sudo pacman -S python3 python3-venv git

OpenSUSE (Tumbleweed/Leap) [not yet tested]

sudo zypper install python3 python3-virtualenv git