From 1a6c76495bf9a9c4599c8dd4b794df228051c735 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 31 Oct 2023 17:47:52 +1100 Subject: [PATCH] Mention olefile in installation instructions --- docs/installation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 2ffd9ae5902..00a32a81ea0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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