Skip to content

Instantly share code, notes, and snippets.

@lazybios
Last active August 29, 2015 14:22
Show Gist options
  • Save lazybios/2ced671d07f20865b3db to your computer and use it in GitHub Desktop.
Save lazybios/2ced671d07f20865b3db to your computer and use it in GitHub Desktop.
sudo apt-get install python-pip
suvipip install virtualenv
virtualenv gollum
cd gollum && mkdir dev && source bin/activate
pip install flask ipython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment