Skip to content

Commit

Permalink
Mention defusedxml
Browse files Browse the repository at this point in the history
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
  • Loading branch information
radarhere and nulano committed Nov 1, 2023
1 parent b92c09a commit d499f00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ Install Pillow with :command:`pip`::
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow

Optionally, install :pypi:`olefile` for Pillow to read FPX and MIC images::
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 olefile
python3 -m pip install --upgrade defusedxml olefile


.. tab:: Linux
Expand Down

0 comments on commit d499f00

Please sign in to comment.