Skip to content

Commit d499f00

Browse files
radarherenulano
andauthored
Mention defusedxml
Co-authored-by: Ondrej Baranovič <[email protected]>
1 parent b92c09a commit d499f00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/installation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ Install Pillow with :command:`pip`::
4242
python3 -m pip install --upgrade pip
4343
python3 -m pip install --upgrade Pillow
4444

45-
Optionally, install :pypi:`olefile` for Pillow to read FPX and MIC images::
45+
Optionally, install :pypi:`defusedxml` for Pillow to read XMP data,
46+
and :pypi:`olefile` for Pillow to read FPX and MIC images::
4647

47-
python3 -m pip install --upgrade olefile
48+
python3 -m pip install --upgrade defusedxml olefile
4849

4950

5051
.. tab:: Linux

0 commit comments

Comments
 (0)