diff --git a/README.md b/README.md index a0468c7..93ccee5 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,15 @@ Install python 3 and the django module. Python 2 is incompatible and [is no long **NOTE**: On some *inferior* linux distros you have to run python with the `python3` command to actually run the modern version of python. ``` -# For debian/ubuntu based systems -sudo apt install git python3 python3-django - +# For Debian/Ubuntu based systems +sudo apt install git python3 python3-pip +pip install --user django +``` +``` # For Arch Linux based systems sudo pacman -Syu git python python-django - +``` +``` # For Windows sytems winget install python3 git.git python -m ensurepip --upgrade