Created
August 4, 2015 08:58
-
-
Save SteveBarnett/e0e2e72ced2ef6824e72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/README.rst b/README.rst | |
index 33228fe..b79cd87 100644 | |
--- a/README.rst | |
+++ b/README.rst | |
@@ -9,7 +9,7 @@ Create and install environment packages by executing the following commands:: | |
$ virtualenv ve | |
$ . ve/bin/activate | |
- $ pip install -r requirements.pip | |
+ $ pip install -r requirements.txt | |
Initialize the database using:: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment