From 9264293bcaa70e00f0947c7ef8c57010d0590289 Mon Sep 17 00:00:00 2001 From: rossturk Date: Sun, 30 Dec 2012 01:44:05 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd7dda..24244ee 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Note: On Ubuntu you can get the build deps by running $ git clone git://github.com/overshard/pinry.git $ cd pinry $ virtualenv . - $ bin/pip install -r development.txt + $ bin/pip install -r requirements.txt $ bin/python manage.py syncdb $ bin/python manage.py migrate $ bin/python manage.py runserver