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.

Revisions

  1. wiredfool revised this gist Jan 21, 2014. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,4 @@
    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
  2. wiredfool created this gist Jan 21, 2014.
    10 changes: 10 additions & 0 deletions gistfile1.sh
    Original 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