Add missing step to install pip requirements before running Django commands

This commit is contained in:
Michael Hall 2017-12-26 11:57:50 -05:00
parent 7e59c428dc
commit 6ad92b4c4b

View file

@ -13,6 +13,8 @@ To start running the service use the following commands:
`virtualenv --python=python3 ./env`
`./env/bin/pip install -r requirements.txt`
`./env/bin/python manage.py migrate`
`./env/bin/python manage.py createsuperuser`