Last active
January 4, 2016 01:39
-
-
Save wiredfool/8550045 to your computer and use it in GitHub Desktop.
Revisions
-
wiredfool revised this gist
Jan 21, 2014 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,4 @@ source vpypy/bin/activate cd Pillow/ python setup.py install python Tests/test_imagefont.py --installed -
wiredfool created this gist
Jan 21, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ 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 sudo apt-get install pypy-dev python setup.py install python Tests/test_imagefont.py --installed