From aa49b8f26680a0b94eaa91322e3fd80c40fc8820 Mon Sep 17 00:00:00 2001 From: Alan Fachini Date: Wed, 21 Nov 2012 16:16:04 -0200 Subject: [PATCH] Update README.md Update Development notes. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d22a6e8..1bd7dda 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ bypass all these risks and just host it myself. Pinry has two different customizable configurations: + ### Development Have virtualenv and pip installed. You may also need to have the build @@ -33,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 requirements/development.txt + $ bin/pip install -r development.txt $ bin/python manage.py syncdb $ bin/python manage.py migrate $ bin/python manage.py runserver