Skip to content

Commit

Permalink
Update Dev Environment Setup Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Aug 26, 2020
1 parent 84897fb commit 63d426c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dev Environment Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ Activate the Python virtual environment
source venv/bin/activate
```

If you're pip version is less than 19, upgrade pip
```
(venv) campb303@acererak [~/webqueue2/api]
$ pip --version
pip 9.0.1 from /home/pier/e/campb303/webqueue2/api/venv/lib/python3.6/site-packages (python 3.6)
(venv) campb303@acererak [~/webqueue2/api]
$ pip install --upgrade pip
...
Successfully installed pip-20.2.2
```

Install Python requiements
```
pip install -r requirements.txt
Expand Down

0 comments on commit 63d426c

Please sign in to comment.