Created
June 9, 2016 23:28
-
-
Save motleytech/0c6d1b2444971efd175cc9a47bad0242 to your computer and use it in GitHub Desktop.
standard install script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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