From f7b29a2c1ba95558fc4ec12a0c5889d4c35374af Mon Sep 17 00:00:00 2001 From: Chris Shyi Date: Sun, 13 May 2018 15:18:14 -0400 Subject: [PATCH] Update environment_setup.md Fixed step 5 where the 'install' command was missing --- environment_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment_setup.md b/environment_setup.md index 22210bf..992c55e 100644 --- a/environment_setup.md +++ b/environment_setup.md @@ -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