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 c9f7a82 commit 1a6c764Copy full SHA for 1a6c764
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
+:pypi:`olefile` can additionally be installed to allow Pillow to read FPX and
46
+MIC images::
47
+
48
+ python3 -m pip install --upgrade olefile
49
50
51
.. tab:: Linux
52
0 commit comments