mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Recommend upgrading pip and Pillow
This commit is contained in:
parent
2d4b4576aa
commit
f4b1c772dc
|
@ -47,8 +47,8 @@ Basic Installation
|
||||||
|
|
||||||
Install Pillow with :command:`pip`::
|
Install Pillow with :command:`pip`::
|
||||||
|
|
||||||
python -m pip install pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install Pillow
|
python -m pip install --upgrade Pillow
|
||||||
|
|
||||||
|
|
||||||
Windows Installation
|
Windows Installation
|
||||||
|
@ -59,8 +59,8 @@ supported Pythons in both 32 and 64-bit versions in wheel, egg, and
|
||||||
executable installers. These binaries have all of the optional
|
executable installers. These binaries have all of the optional
|
||||||
libraries included except for raqm and libimagequant::
|
libraries included except for raqm and libimagequant::
|
||||||
|
|
||||||
python -m pip install pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install Pillow
|
python -m pip install --upgrade Pillow
|
||||||
|
|
||||||
|
|
||||||
macOS Installation
|
macOS Installation
|
||||||
|
@ -71,8 +71,8 @@ versions in the wheel format. These include support for all optional
|
||||||
libraries except libimagequant. Raqm support requires libraqm,
|
libraries except libimagequant. Raqm support requires libraqm,
|
||||||
fribidi, and harfbuzz to be installed separately::
|
fribidi, and harfbuzz to be installed separately::
|
||||||
|
|
||||||
python -m pip install pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install Pillow
|
python -m pip install --upgrade Pillow
|
||||||
|
|
||||||
Linux Installation
|
Linux Installation
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -82,8 +82,8 @@ versions in the manylinux wheel format. These include support for all
|
||||||
optional libraries except libimagequant. Raqm support requires
|
optional libraries except libimagequant. Raqm support requires
|
||||||
libraqm, fribidi, and harfbuzz to be installed separately::
|
libraqm, fribidi, and harfbuzz to be installed separately::
|
||||||
|
|
||||||
python -m pip install pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install Pillow
|
python -m pip install --upgrade Pillow
|
||||||
|
|
||||||
Most major Linux distributions, including Fedora, Debian/Ubuntu and
|
Most major Linux distributions, including Fedora, Debian/Ubuntu and
|
||||||
ArchLinux also include Pillow in packages that previously contained
|
ArchLinux also include Pillow in packages that previously contained
|
||||||
|
@ -195,8 +195,8 @@ Many of Pillow's features require external libraries:
|
||||||
|
|
||||||
Once you have installed the prerequisites, run::
|
Once you have installed the prerequisites, run::
|
||||||
|
|
||||||
python -m pip install pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install Pillow
|
python -m pip install --upgrade Pillow
|
||||||
|
|
||||||
If the prerequisites are installed in the standard library locations
|
If the prerequisites are installed in the standard library locations
|
||||||
for your machine (e.g. :file:`/usr` or :file:`/usr/local`), no
|
for your machine (e.g. :file:`/usr` or :file:`/usr/local`), no
|
||||||
|
@ -280,8 +280,8 @@ Then see ``depends/install_raqm_cmake.sh`` to install libraqm.
|
||||||
|
|
||||||
Now install Pillow with::
|
Now install Pillow with::
|
||||||
|
|
||||||
python -m pip install pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install Pillow
|
python -m pip install --upgrade Pillow
|
||||||
|
|
||||||
or from within the uncompressed source directory::
|
or from within the uncompressed source directory::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user