- Ensure that
py
command points to python3 withpy -V
(python 3 or above) - Ensure that
git
command is working
In your terminal
git clone https://github.com/Netsponge/djangoappscript
cd djangoappscript
In the terminal, launch
py create_django_project.py
rm -rf my_project && py create_django_project.py
The install worked successfully! Congratulations!
git add .
git commit -m "first commit"