Installation#

Installing with PIP#

The MeteoAlarm Python package is available through PyPI.

$ pip install meteoalarm

Installing from source#

To install the MeteoAlarm Python package from the development source, clone the repository and install it locally.

git clone https://github.com/NiklasJordan/meteoalarm.git
cd meteoalarm
pip install .