From 52b22656af2a7452e62e103eebfbfcd9f977040b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 5 Dec 2011 23:37:52 -0500 Subject: rst -> txt --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`` -- cgit