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