Installation#

Python 3.8 (or higher) and [pip](https://pip.pypa.io/en/stable/) 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 Git#

Install the library in developper mode:

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