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 pillow_affine 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]

Since pillow_affine uses the black code formatter, you should install it as a pre-commit hook:

pre-commit install