2017-09-19 15:45:09 +03:00
|
|
|
#!/bin/sh
|
|
|
|
|
2018-03-17 11:04:14 +03:00
|
|
|
pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
|
2017-09-19 15:45:09 +03:00
|
|
|
mingw32/mingw-w64-i686-python3-setuptools \
|
|
|
|
mingw32/mingw-w64-i686-python2-pip \
|
|
|
|
mingw32/mingw-w64-i686-python2-setuptools \
|
|
|
|
mingw-w64-i686-libjpeg-turbo
|
|
|
|
|
2018-06-11 17:31:00 +03:00
|
|
|
C:/msys64/mingw32/bin/python3 -m pip install --upgrade --no-cache-dir pip
|
2018-03-17 11:04:14 +03:00
|
|
|
|
2018-06-11 17:31:00 +03:00
|
|
|
/mingw32/bin/pip install --no-cache-dir pytest pytest-cov olefile
|
|
|
|
/mingw32/bin/pip3 install --no-cache-dir pytest pytest-cov olefile
|