Browse Source
Update environment_setup.md
Fixed step 5 where the 'install' command was missing
master
Chris Shyi
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
environment_setup.md
|
@ -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 |
|
|
|
|
|
|
|
|