Add missing step to install pip requirements before running Django commands
This commit is contained in:
parent
7e59c428dc
commit
6ad92b4c4b
1 changed files with 2 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue