mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
install using Python 3 [ci skip]
This commit is contained in:
parent
9d9983411e
commit
80c2ab7581
|
@ -250,7 +250,7 @@ Build Options
|
||||||
|
|
||||||
Sample usage::
|
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::
|
or using pip::
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ Now install Pillow with::
|
||||||
|
|
||||||
or from within the uncompressed source directory::
|
or from within the uncompressed source directory::
|
||||||
|
|
||||||
python setup.py install
|
python3 setup.py install
|
||||||
|
|
||||||
Building on Windows
|
Building on Windows
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue
Block a user