Skip to content

Instantly share code, notes, and snippets.

@motleytech
Created June 9, 2016 23:28
Show Gist options
  • Save motleytech/0c6d1b2444971efd175cc9a47bad0242 to your computer and use it in GitHub Desktop.
Save motleytech/0c6d1b2444971efd175cc9a47bad0242 to your computer and use it in GitHub Desktop.
standard install script
sudo apt-get install python-pip
sudo pip install virtualenv
virtualenv venv
source env.sh
pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment