Update environment_setup.md
Fixed step 5 where the 'install' command was missing
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
5. cd into the repository root directory, install all dependencies using pip
|
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
|
6. Run Django migrations
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user