mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
15 lines
439 B
Bash
15 lines
439 B
Bash
#!/bin/sh
|
|
|
|
mkdir /var/cache/pacman/pkg
|
|
pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
|
|
mingw32/mingw-w64-i686-python3-setuptools \
|
|
mingw32/mingw-w64-i686-python3-pytest \
|
|
mingw32/mingw-w64-i686-python3-pytest-cov \
|
|
mingw-w64-i686-libjpeg-turbo \
|
|
mingw-w64-i686-libimagequant
|
|
|
|
C:/msys64/mingw32/bin/python3 -m pip install --upgrade pip
|
|
|
|
/mingw32/bin/pip install olefile
|
|
/mingw32/bin/pip3 install olefile
|