From 5bb18c08ff9d2aacc4b24736e7d32ab8da435806 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 19 Feb 2020 18:59:28 +1100 Subject: [PATCH] Recommend upgrading Pillow [ci skip] --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 81571bfef..062881411 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -206,7 +206,7 @@ those locations by editing :file:`setup.py` or :file:`setup.cfg`, or by adding environment variables on the command line:: - CFLAGS="-I/usr/pkg/include" python -m pip install pillow + CFLAGS="-I/usr/pkg/include" python -m pip install --upgrade Pillow If Pillow has been previously built without the required prerequisites, it may be necessary to manually clear the pip cache or @@ -254,7 +254,7 @@ Sample usage:: or using pip:: - python -m pip install pillow --global-option="build_ext" --global-option="--enable-[feature]" + python -m pip install --upgrade Pillow --global-option="build_ext" --global-option="--enable-[feature]" Building on macOS