Skip to content

Commit

Permalink
changed pip3 to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
zecollokaris committed Mar 3, 2021
1 parent ca16c70 commit 67bf10d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions newDjango.sh
Expand Up @@ -59,10 +59,10 @@ migrations/
EOF

# Installing dependencies
pip3 install Django==2.0.7
pip3 install django-bootstrap4 pillow
pip3 install dj-database-url gunicorn psycopg2 whitenoise python-decouple
pip3 install wheel
pip install Django==2.0.7
pip install django-bootstrap4 pillow
pip install dj-database-url gunicorn psycopg2 whitenoise python-decouple
pip install wheel

django-admin startproject ${1} .
django-admin startapp ${2}
Expand Down Expand Up @@ -123,7 +123,7 @@ EOF
cd ../../../

# Getting requirements
pip3 freeze > requirements.txt
pip freeze > requirements.txt

# Creating procfile
touch Procfile
Expand Down

0 comments on commit 67bf10d

Please sign in to comment.