From 80c2ab75819e4437c32fac5298cc627f41e1a362 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 18 Mar 2020 07:54:54 +1100 Subject: [PATCH] install using Python 3 [ci skip] --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index f2e969035..cfd310846 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -250,7 +250,7 @@ Build Options Sample usage:: - MAX_CONCURRENCY=1 python setup.py build_ext --enable-[feature] install + MAX_CONCURRENCY=1 python3 setup.py build_ext --enable-[feature] install or using pip:: @@ -285,7 +285,7 @@ Now install Pillow with:: or from within the uncompressed source directory:: - python setup.py install + python3 setup.py install Building on Windows ^^^^^^^^^^^^^^^^^^^