Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

squarecapadmin / Pillow   python

Repository URL to install this package:

/ winbuild / appveyor_install_msys2_deps.sh

#!/bin/sh

pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
	   mingw32/mingw-w64-i686-python3-setuptools \
	   mingw32/mingw-w64-i686-python2-pip \
	   mingw32/mingw-w64-i686-python2-setuptools \
	   mingw-w64-i686-libjpeg-turbo

C:/msys64/mingw32/bin/python3 -m pip install --upgrade --no-cache-dir pip

/mingw32/bin/pip install --no-cache-dir pytest pytest-cov olefile
/mingw32/bin/pip3 install --no-cache-dir pytest pytest-cov olefile