http://www.youtube.com/watch?v=EgNLLelQYwI
- Install latest Python
- OSX:
brew install python
; make sure your$PATH
contains/usr/local/bin
first!
- OSX:
- Install pip (if it wasn't bundled with python)
- Install the dependencies:
pip install -r requirements.txt
- Download the DB: [Instructions pending]
- Run the server:
python manage.py runserver