aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2011-12-05 23:37:52 -0500
committerArmin Ronacher <armin.ronacher@active-4.com>2011-12-05 23:37:52 -0500
commit52b22656af2a7452e62e103eebfbfcd9f977040b (patch)
tree12532a001398c7c84029990c463fe27c030cf9c8
parentAdded missing dependency (diff)
downloadstackbin-52b22656af2a7452e62e103eebfbfcd9f977040b.tar.gz
stackbin-52b22656af2a7452e62e103eebfbfcd9f977040b.tar.bz2
stackbin-52b22656af2a7452e62e103eebfbfcd9f977040b.zip
rst -> txt
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 060e0ae..3cdf917 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@
How to use it?
1. make a virtualenv
- 2. ``pip install -r requirements.rst``
+ 2. ``pip install -r requirements.txt``
3. ``python manage.py initdb``
4. ``python manage.py runserver``
bgstack15