Skip to content

Commit 1c2f2c7

Browse files
authored
Merge pull request #7509 from radarhere/olefile
Mention defusedxml and olefile in installation instructions
2 parents fa13815 + d499f00 commit 1c2f2c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/installation.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ Install Pillow with :command:`pip`::
4242
python3 -m pip install --upgrade pip
4343
python3 -m pip install --upgrade Pillow
4444

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+
4550

4651
.. tab:: Linux
4752

0 commit comments

Comments
 (0)