From 6ad92b4c4b88e3b09dfb6239977ef488beeba918 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 26 Dec 2017 11:57:50 -0500 Subject: [PATCH] Add missing step to install pip requirements before running Django commands --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 057ed46..4ea30ee 100644 --- a/README.md +++ b/README.md @@ -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`