Skip to content

Instantly share code, notes, and snippets.

@iraycd
Last active December 15, 2015 16:09
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 iraycd/5286920 to your computer and use it in GitHub Desktop.
Save iraycd/5286920 to your computer and use it in GitHub Desktop.
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