From 265777e94b0bc79c494bca6f9e77e283f5996419 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Sat, 28 Jul 2012 16:22:55 +0000 Subject: [PATCH] Update readme removing the issues we had with PIL since we now use Pillow. --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d369129..f9267d0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Pinry has three different customizable configurations: Have virtualenv and pip installed. You may also need to have the build dependencies for PIL installed. +Note: On Ubuntu you can get the build deps by running +`sudo apt-get build-dep python-imaging`. + $ git clone git://github.com/overshard/pinry.git $ cd pinry $ virtualenv . @@ -32,13 +35,6 @@ dependencies for PIL installed. $ bin/python manage.py migrate $ bin/python manage.py runserver -Note: If you are on Ubuntu 12.04 there is a bug in PIL that causes it to not -build in JPG and PNG support. You'll need to follow all the steps above except -before `virtualenv .` run `sudo apt-get install python-imaging` and instead of -`virtualenv .` run `virtualenv --system-site-packages .`. On older versions of -Ubuntu and older Linux distributions you'll need to install PIL dependencies. -On Ubuntu this can be done with `sudo apt-get build-dep python-imaging`. - ### Jenkins