From 16ef9e5746ac726d0522225adfd5acd68e0a7d6c Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 22 Apr 2019 11:34:10 +1000 Subject: [PATCH] Correct libimagequant installation requirements [ci skip] --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 3ef4ce537e8..b819b4c4621 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -173,7 +173,7 @@ Many of Pillow's features require external libraries: * Libimagequant is licensed GPLv3, which is more restrictive than the Pillow license, therefore we will not be distributing binaries with libimagequant support enabled. - * Windows support: Libimagequant requires VS2013/MSVC 18 to compile, + * Windows support: Libimagequant requires VS2015/MSVC 19 to compile, so it is unlikely to work with Python 2.7 on Windows. * **libraqm** provides complex text layout support.