diff --git a/Dependency-installation-instructions.md b/Dependency-installation-instructions.md index 5709f4e..b086d15 100644 --- a/Dependency-installation-instructions.md +++ b/Dependency-installation-instructions.md @@ -5,7 +5,7 @@ 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 python-is-python3 git +sudo apt install python3 python3-venv git ``` ### Fedora (includes Nobara, Bazzite, etc.) ```