Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 796 Bytes

installation.rst

File metadata and controls

32 lines (21 loc) · 796 Bytes

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 <builtin_image_backends>, 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]