## Installation

## Installing with PIP
The MeteoAlarm Python package is available through [PyPI](https://pypi.org/project/meteoalarm/).

```bash
$ pip install meteoalarm
```

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

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