Skip to content

Commit 3944db2

Browse files
authored
Update MinGW package names (#8987)
1 parent 256f6ea commit 3944db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation/building-from-source.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ Many of Pillow's features require external libraries:
194194

195195
pacman -S \
196196
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
197+
mingw-w64-x86_64-python \
198+
mingw-w64-x86_64-python-pip \
199+
mingw-w64-x86_64-python-setuptools
200200

201201
Prerequisites are installed on **MSYS2 MinGW 64-bit** with::
202202

0 commit comments

Comments
 (0)