Skip to content

Instantly share code, notes, and snippets.

@SteveBarnett
Created August 4, 2015 08:58
Show Gist options
  • Save SteveBarnett/e0e2e72ced2ef6824e72 to your computer and use it in GitHub Desktop.
Save SteveBarnett/e0e2e72ced2ef6824e72 to your computer and use it in GitHub Desktop.
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