Installation#
This library requires Python 3.8 or higher.
Via Python Package#
Install the last stable release of the package using pip:
pip install pyrostorage
Via Conda#
Install the last stable release of the package using conda:
conda install -c pyronear pyrostorage
Via Git#
Install the library in developer mode:
git clone https://github.com/pyronear/pyro-storage.git
pip install -e pyro-storage/client/.