mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-02-04 06:25:52 +03:00
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.pydownloads all the python releases, and their signatures. Install inc:\PythonXX[x64]\. -
python build_dep.pydownloads and builds all the dependencies, in 32 and 64 bit versions, and with both compiler versions. -
python build.py --cleanmakes pillow for the matrix of pythons. -
python test.pyruns the tests on pillow in all the virtual envs.