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.
2 parents fa13815 + d499f00 commit 1c2f2c7Copy full SHA for 1c2f2c7
docs/installation.rst
@@ -42,6 +42,11 @@ Install Pillow with :command:`pip`::
42
python3 -m pip install --upgrade pip
43
python3 -m pip install --upgrade Pillow
44
45
+Optionally, install :pypi:`defusedxml` for Pillow to read XMP data,
46
+and :pypi:`olefile` for Pillow to read FPX and MIC images::
47
+
48
+ python3 -m pip install --upgrade defusedxml olefile
49
50
51
.. tab:: Linux
52
0 commit comments