diff options
author | Armin Ronacher <armin.ronacher@active-4.com> | 2011-12-05 23:37:52 -0500 |
---|---|---|
committer | Armin Ronacher <armin.ronacher@active-4.com> | 2011-12-05 23:37:52 -0500 |
commit | 52b22656af2a7452e62e103eebfbfcd9f977040b (patch) | |
tree | 12532a001398c7c84029990c463fe27c030cf9c8 | |
parent | Added missing dependency (diff) | |
download | stackbin-52b22656af2a7452e62e103eebfbfcd9f977040b.tar.gz stackbin-52b22656af2a7452e62e103eebfbfcd9f977040b.tar.bz2 stackbin-52b22656af2a7452e62e103eebfbfcd9f977040b.zip |
rst -> txt
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`` |