Skip to content

Instantly share code, notes, and snippets.

@dtanham
Created May 6, 2014 20:36
Show Gist options
  • Save dtanham/ba7361fe80876d76029a to your computer and use it in GitHub Desktop.
Save dtanham/ba7361fe80876d76029a to your computer and use it in GitHub Desktop.
Installing Pillow on OS X
source venv/bin/activate # Remove if not using a virtualenv
export CFLAGS=-Qunused-arguments # /headbashing
pip install Pillow # Install with pip
python -c "import PIL" # Verify it worked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment