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 256f6ea commit 3944db2Copy full SHA for 3944db2
docs/installation/building-from-source.rst
@@ -194,9 +194,9 @@ Many of Pillow's features require external libraries:
194
195
pacman -S \
196
mingw-w64-x86_64-gcc \
197
- mingw-w64-x86_64-python3 \
198
- mingw-w64-x86_64-python3-pip \
199
- mingw-w64-x86_64-python3-setuptools
+ mingw-w64-x86_64-python \
+ mingw-w64-x86_64-python-pip \
+ mingw-w64-x86_64-python-setuptools
200
201
Prerequisites are installed on **MSYS2 MinGW 64-bit** with::
202
0 commit comments