Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention defusedxml and olefile in installation instructions #7509

Merged
merged 3 commits into from
Nov 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Mention olefile in installation instructions
  • Loading branch information
radarhere committed Oct 31, 2023
commit 1a6c76495bf9a9c4599c8dd4b794df228051c735
5 changes: 5 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
radarhere marked this conversation as resolved.
Show resolved Hide resolved

python3 -m pip install --upgrade olefile


.. tab:: Linux

Expand Down