From 1ba346aa5a89d5ae7c10f6bb6baafdc96c2f5018 Mon Sep 17 00:00:00 2001 From: Lode Hoste Date: Wed, 6 Apr 2016 00:46:48 +0200 Subject: [PATCH] Added libjpeg and zlib dependency in README See https://github.com/python-pillow/Pillow/issues/1457 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc1379d..a5bb366c 100644 --- a/README.md +++ b/README.md @@ -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: -- 2.30.2