Updated instructions to download source code

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2022-11-28 18:03:08 +11:00 committed by GitHub
parent 50cdf39f50
commit 91fe817911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,15 +348,15 @@ build without cache using the ``--no-cache-dir`` option to force a
build with newly installed external libraries.
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
GitHub with ``git clone https://github.com/python-pillow/Pillow``.
can clone from 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::
python3 -m pip install --upgrade pip
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
"""""""""""""