Skip to content

Commit

Permalink
Merge pull request #7509 from radarhere/olefile
Browse files Browse the repository at this point in the history
Mention defusedxml and olefile in installation instructions
  • Loading branch information
radarhere committed Nov 3, 2023
2 parents fa13815 + d499f00 commit 1c2f2c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/installation.rst
Expand Up @@ -42,6 +42,11 @@ Install Pillow with :command:`pip`::
python3 -m pip install --upgrade pip
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

Expand Down

0 comments on commit 1c2f2c7

Please sign in to comment.