From 2eba610b298bd7673d34ae072f58e06d3453790a Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 3 Jan 2017 15:13:45 +0200 Subject: [PATCH] Pillow 3.5.0 became 4.0.0 And some caps consistency [CI skip] --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 5eb12c69c..320c7e4ad 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,9 +15,9 @@ Notes .. note:: Pillow < 2.0.0 supports Python versions 2.4, 2.5, 2.6, 2.7. -.. note:: Pillow >= 2.0.0 < 3.5.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4, 3.5 +.. note:: Pillow >= 2.0.0 < 4.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4, 3.5 -.. note:: Pillow >= 3.5.0 supports Python versions 2.7, 3.3, 3.4, 3.5, 3.6 +.. note:: Pillow >= 4.0.0 supports Python versions 2.7, 3.3, 3.4, 3.5, 3.6 Basic Installation ------------------ @@ -193,7 +193,7 @@ build with newly installed external libraries. Build Options ^^^^^^^^^^^^^ -* Environment Variable: ``MAX_CONCURRENCY=n``. By default, Pillow will +* Environment variable: ``MAX_CONCURRENCY=n``. By default, Pillow will use multiprocessing to build the extension on all available CPUs, but not more than 4. Setting ``MAX_CONCURRENCY`` to 1 will disable parallel building. @@ -223,7 +223,7 @@ Build Options stdout. -Sample Usage:: +Sample usage:: $ MAX_CONCURRENCY=1 python setup.py build_ext --enable-[feature] install