From bcd2355b3c72585fb8ad47c31dbdc0de8e93246b Mon Sep 17 00:00:00 2001 From: Grey Jones Date: Thu, 28 May 2026 13:00:47 +0100 Subject: [PATCH] Update Dependency installation instructions --- Dependency-installation-instructions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dependency-installation-instructions.md b/Dependency-installation-instructions.md index 116df60..b086d15 100644 --- a/Dependency-installation-instructions.md +++ b/Dependency-installation-instructions.md @@ -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 ```