Skip to content

Instantly share code, notes, and snippets.

@tyaslab
Created June 24, 2013 06:00
Show Gist options
  • Save tyaslab/5848008 to your computer and use it in GitHub Desktop.
Save tyaslab/5848008 to your computer and use it in GitHub Desktop.
Install Python Imaging Library
1. sudo apt-get install python-dev zlib1g-dev libjpeg62-dev libpng12-dev libfreetype6-dev
2. Download PIL Installer from http://www.pythonware.com/products/pil/
3. Extract, cd,
4. sudo python setup.py install
5. Just wait.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment