Skip to content

Instantly share code, notes, and snippets.

@erinwan
Created April 16, 2015 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erinwan/17c32c66c1be198fa65d to your computer and use it in GitHub Desktop.
Save erinwan/17c32c66c1be198fa65d to your computer and use it in GitHub Desktop.
Use virtual venv
virtualenv --no-site-packages env
source env/bin/activate
pip install -r requirements.txt
python monospace/manage.py syncdb
python monospace/manage.py runserver
https://github.com/stripe/monospace-django
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment