mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-12 12:46:47 +03:00
.. | ||
.gitignore | ||
build_dep.cmd | ||
build_dep.py | ||
build.cmd | ||
build.py | ||
config.py | ||
fetch.py | ||
fixproj.py | ||
get_pythons.py | ||
jpeg.cmd | ||
lcms.cmd | ||
nmake.opt | ||
README.md | ||
test.py | ||
tiff.cmd | ||
untar.py | ||
unzip.py |
Quick README
For more extensive info, see the windows build instructions docs/build.rst
.
-
See https://github.com/python-imaging/Pillow/issues/553#issuecomment-37877416 and https://github.com/matplotlib/matplotlib/issues/1717#issuecomment-13343859
-
Works best with Python 3.4, due to virtualenv and pip batteries included.
-
Check config.py for virtual env paths.
-
python get_pythons.py
downloads all the python releases, and their signatures. Install inc:\PythonXX[x64]\
. -
python build_dep.py
downloads and builds all the dependencies, in 32 and 64 bit versions, and with both compiler versions. -
python build.py --clean
makes pillow for the matrix of pythons. -
python test.py
runs the tests on pillow in all the virtual envs.