mirror of
https://github.com/pinry/pinry.git
synced 2026-01-24 08:09:21 +01:00
Update readme removing the issues we had with PIL since we now use Pillow.
This commit is contained in:
10
README.md
10
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user