mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Merge pull request #42 from radarhere/upgrade
Recommend upgrading Pillow
This commit is contained in:
commit
1c0c57e90b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user