Merge pull request #7509 from radarhere/olefile

Mention defusedxml and olefile in installation instructions
This commit is contained in:
Andrew Murray 2023-11-03 19:16:16 +11:00 committed by GitHub
commit 1c2f2c79e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,11 @@ Install Pillow with :command:`pip`::
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow python3 -m pip install --upgrade Pillow
Optionally, install :pypi:`defusedxml` for Pillow to read XMP data,
and :pypi:`olefile` for Pillow to read FPX and MIC images::
python3 -m pip install --upgrade defusedxml olefile
.. tab:: Linux .. tab:: Linux