Add pip install to update process

This commit is contained in:
Daniel Quinn 2018-10-08 10:38:53 +01:00
parent bd95804fbf
commit ec1d5c80ff

View File

@ -82,6 +82,7 @@ rolled in as part of the update:
$ cd /path/to/project
$ git pull
$ pip install -r requirements.txt
$ cd src
$ ./manage.py migrate