add git and correct pipenv installation command

This commit is contained in:
Ivan Hörler 2018-05-04 11:19:53 +02:00
parent c42392d5e9
commit 82369edfd4
1 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ Python 3.x, nginx, uwsgi and sqlite and should be sufficient for a few users
1. Install Python 3.x, pip, nginx and uwsgi
sudo apt-get install python3 python3-pip nginx uwsgi uwsgi-plugin-python3
sudo apt-get install python3 python3-pip nginx uwsgi uwsgi-plugin-python3 git
1. Install pipenv
@ -206,7 +206,7 @@ Python 3.x, nginx, uwsgi and sqlite and should be sufficient for a few users
1. Initiate the Python environment
pipenv --three --dev
pipenv install --three --dev
1. Build static assets