doc(installation): building-from-source.rst

error: target not found: mingw-w64-x86_64-python3-pip
error: target not found: mingw-w64-x86_64-python3-setuptools
This commit is contained in:
仓鼠 2025-05-31 04:05:43 +08:00 committed by GitHub
parent 256f6ea1c1
commit 13ae672d35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,9 +194,9 @@ Many of Pillow's features require external libraries:
pacman -S \ pacman -S \
mingw-w64-x86_64-gcc \ mingw-w64-x86_64-gcc \
mingw-w64-x86_64-python3 \ mingw-w64-x86_64-python \
mingw-w64-x86_64-python3-pip \ mingw-w64-x86_64-python-pip \
mingw-w64-x86_64-python3-setuptools mingw-w64-x86_64-python-setuptools
Prerequisites are installed on **MSYS2 MinGW 64-bit** with:: Prerequisites are installed on **MSYS2 MinGW 64-bit** with::