Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 443 Bytes

Mindful Music

http://www.youtube.com/watch?v=EgNLLelQYwI

Getting up and running

  • Install latest Python
    • OSX: brew install python; make sure your $PATH contains /usr/local/bin first!
  • 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