Mention olefile in installation instructions

This commit is contained in:
Andrew Murray 2023-10-31 17:47:52 +11:00
parent c9f7a8209b
commit 1a6c76495b

View File

@ -42,6 +42,11 @@ Install Pillow with :command:`pip`::
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow
:pypi:`olefile` can additionally be installed to allow Pillow to read FPX and
MIC images::
python3 -m pip install --upgrade olefile
.. tab:: Linux