Skip to content

Instantly share code, notes, and snippets.

@wiredfool
Last active January 4, 2016 01:39
Show Gist options
  • Save wiredfool/8550045 to your computer and use it in GitHub Desktop.
Save wiredfool/8550045 to your computer and use it in GitHub Desktop.
sudo apt-get install pypy
sudo apt-get install libjpeg8-dev zlib1g-dev libfreetype6-dev
git clone https://github.com/wiredfool/Pillow.git
virtualenv -p /usr/bin/pypy vpypy
source vpypy/bin/activate
cd Pillow/
python setup.py install
python Tests/test_imagefont.py --installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment