Update environment_setup.md

Fixed step 5 where the 'install' command was missing
This commit is contained in:
Chris Shyi
2018-05-13 15:18:14 -04:00
committed by GitHub
parent ef5c3b2647
commit f7b29a2c1b

View File

@@ -14,7 +14,7 @@
5. cd into the repository root directory, install all dependencies using pip
`pip -r requirements.txt`
`pip install -r requirements.txt`
6. Run Django migrations