Merge pull request #54 from rossturk/patch-1

Update README.md
This commit is contained in:
Isaac Bythewood
2013-02-20 23:53:34 -08:00

View File

@@ -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