Installation

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

pip install pyimagetest

To install the latest unreleased version from source run

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

Installation with builtin backends

Although pyimagetest has support for some image backends built in, by default none are installed. To install the requirements for all builtin backends, run the pip command with the [builtin_backends] extra.

pip install pyimagetest[backends]