mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-03 20:53:08 +03:00
Updated instructions to download source code
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
50cdf39f50
commit
91fe817911
|
@ -348,15 +348,15 @@ build without cache using the ``--no-cache-dir`` option to force a
|
||||||
build with newly installed external libraries.
|
build with newly installed external libraries.
|
||||||
|
|
||||||
If you would like to install from a local copy of the source code instead, you
|
If you would like to install from a local copy of the source code instead, you
|
||||||
can download and extract the `compressed archive from PyPI`_, or clone from
|
can clone from GitHub with ``git clone https://github.com/python-pillow/Pillow``
|
||||||
GitHub with ``git clone https://github.com/python-pillow/Pillow``.
|
or download and extract the `compressed archive from PyPI`_.
|
||||||
|
|
||||||
After navigating to the Pillow directory, run::
|
After navigating to the Pillow directory, run::
|
||||||
|
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install .
|
python3 -m pip install .
|
||||||
|
|
||||||
.. _compressed archive from PyPI: https://pypi.org/project/Pillow/
|
.. _compressed archive from PyPI: https://pypi.org/project/Pillow/#files
|
||||||
|
|
||||||
Build Options
|
Build Options
|
||||||
"""""""""""""
|
"""""""""""""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user