Pillow/depends
2015-10-10 21:36:57 +01:00
..
debian_8.2.sh debian 8.2 depends installer 2015-10-10 21:33:53 +01:00
install_openjpeg.sh Make OpenJPEG with 4 job slots - ~2.2 times faster (take 2) 2014-08-21 14:50:11 +03:00
install_webp.sh Update WebP from 0.4.1 to 0.4.3 2015-05-19 13:01:03 +10:00
README.rst wording, punctuation 2015-10-10 21:36:57 +01:00
ubuntu_14.04.sh README, rename [ci skip] 2015-10-10 21:33:53 +01:00

Depends
=======

``install_openjpeg.sh`` and ``install_webp.sh`` can be used to
download, build & install non-packaged dependencies; useful for
testing with Travis CI.

The other scripts can be used to install all of the dependencies for
the listed operating systems/distros. The ``ubuntu_14.04.sh`` and
``debian_8.2.sh`` scripts have been tested on bare AWS images and will
install all required dependencies for the system python 2.7 and 3.4
for all of the optional dependencies.  Git may also be required prior
to running the script to actually download Pillow.

e.g.::

  $ sudo apt-get install git
  $ git clone https://github.com/python-pillow/Pillow.git
  $ cd Pillow/depends
  $ ./debian_8.2.sh
  $ cd ..
  $ virtualenv -p /usr/bin/python2.7 ~/vpy27
  $ source ~/vpy27/bin/activate
  $ make install 
  $ make test