Skip to content

Commit

Permalink
add git and correct pipenv installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
novski committed May 4, 2018
1 parent c42392d commit 82369ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 82369ed

Please sign in to comment.