Merge pull request #4479 from radarhere/python3

install using Python 3
This commit is contained in:
Hugo van Kemenade 2020-03-17 23:37:46 +02:00 committed by GitHub
commit 3ad79a5df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
^^^^^^^^^^^^^^^^^^^