From c9803e702bdd2c3dbb890f9863b6c80f37c3dda0 Mon Sep 17 00:00:00 2001 From: Grey Jones Date: Thu, 28 May 2026 12:44:42 +0100 Subject: [PATCH] Update Dependency installation instructions --- Dependency-installation-instructions.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dependency-installation-instructions.md b/Dependency-installation-instructions.md index 032424b..c315ae2 100644 --- a/Dependency-installation-instructions.md +++ b/Dependency-installation-instructions.md @@ -1,7 +1,8 @@ -# Python installation instructions -Python must be installed system-wide. See instructions for your operating system below... +# 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 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.) ``` sudo apt install python3 python3-venv