Installation#

Python 3.8 (or higher) and [pip](https://pip.pypa.io/en/stable/)/[conda](https://docs.conda.io/en/latest/miniconda.html) are required to install the client of the alert API.

Via Python Package#

Install the last stable release of the package using pip:

pip install pyroclient

Via Conda#

Install the last stable release of the package using conda:

conda install -c pyronear pyroclient

Via Git#

Install the library in developper mode:

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