Added libjpeg and zlib dependency in README

See https://github.com/python-pillow/Pillow/issues/1457
This commit is contained in:
Lode Hoste 2016-04-06 00:46:48 +02:00
parent 6846b77259
commit 1ba346aa5a

View file

@ -66,7 +66,7 @@ via other mechanisms like Brew/dnf/pacman/emerge/Fink/MacPorts.
For Debian based distributions:
apt-get install python3-dev python3-pip virtualenv
apt-get install python3-dev python3-pip libjpeg-dev zlib1g-dev virtualenv
Then here's how to install: