Browse Source

Merge pull request #54 from rossturk/patch-1

Update README.md
tags/v1.0.0
Isaac Bythewood 11 years ago
parent
commit
537c246fc4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md 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


Loading…
Cancel
Save