We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92c09a commit d499f00Copy full SHA for d499f00
docs/installation.rst
@@ -42,9 +42,10 @@ Install Pillow with :command:`pip`::
42
python3 -m pip install --upgrade pip
43
python3 -m pip install --upgrade Pillow
44
45
-Optionally, install :pypi:`olefile` for Pillow to read FPX and MIC images::
+Optionally, install :pypi:`defusedxml` for Pillow to read XMP data,
46
+and :pypi:`olefile` for Pillow to read FPX and MIC images::
47
- python3 -m pip install --upgrade olefile
48
+ python3 -m pip install --upgrade defusedxml olefile
49
50
51
.. tab:: Linux
0 commit comments