Last active
December 15, 2015 16:09
-
-
Save iraycd/5286920 to your computer and use it in GitHub Desktop.
This file contains 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 python3 | |
sudo apt-get install git-core | |
sudo apt-get install ninja-ide | |
sudo apt-get install postgresql-9.1 | |
sudo apt-get install python-pip libpq-dev python-dev build-essential | |
sudo pip install --upgrade pip | |
sudo pip install --upgrade virtualenv | |
sudo virtualenv my_env_name --no-site-packages | |
source my_env_name/bin/activate | |
pip install django | |
pip install psycopg2 | |
pip install httplib2 | |
sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms1-dev libwebp-dev | |
pip install pillow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment