Installation#

This library requires Python 3.6 or newer.

Via Python Package#

Install the last stable release of the package using pip:

pip install pyrovision

Via Conda#

Install the last stable release of the package using conda:

conda install -c pyronear pyrovision

Via Git#

Install the library in developper mode:

git clone https://github.com/pyronear/pyro-vision.git
pip install -e pyro-vision/.