Installation

pillow_affine is a proper Python package and listed on PyPI. To install the latest stable version run

pip install pillow_affine

To install the latest unreleased version from source run

git clone https://github.com/pmeier/pillow_affine
cd pillow_affine
pip install .

Installation for developers

If you want to contribute to pyimagetest please install from source with the [dev] extra in order to install all required development tools.

git clone https://github.com/pmeier/pyimagetest
cd pyimagetest
pip install .[dev]