Pillow/winbuild
Andrew Murray 69c0c422c8
Increase pytest verbosity (#9040)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-06-28 10:29:01 +10:00
..
build_prepare.py Add AVIF to wheels using only aomenc and dav1d AVIF codecs for reduced size (#8858) 2025-06-26 16:21:44 +10:00
build.rst Increase pytest verbosity (#9040) 2025-06-28 10:29:01 +10:00
fribidi.cmake cross-complie fribidi for windows arm64 2023-12-12 22:54:24 +01:00
README.md Increase pytest verbosity (#9040) 2025-06-28 10:29:01 +10:00

Quick README

For more extensive info, see the Windows build instructions.

Here's an example script to build on Windows:

set PYTHON=C:\Python39\bin
cd /D C:\Pillow\winbuild
%PYTHON%\python.exe build_prepare.py -v --depends=C:\pillow-depends
build\build_dep_all.cmd
cd ..
%PYTHON%\python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor .
path C:\Pillow\winbuild\build\bin;%PATH%
%PYTHON%\python.exe selftest.py
%PYTHON%\python.exe -m pytest -vv -x --cov PIL --cov Tests --cov-report term --cov-report xml Tests
%PYTHON%\python.exe -m pip wheel -v -C raqm=vendor -C fribidi=vendor .