## Installation

DeepLUQ can be installed either from source or from PyPI.

### Option 1: Install from source

Download the latest release from the [releases page](https://github.com/INTO-CPS-Association/DeepLUQ/releases/tag/v0.1.5), then install the downloaded archive:

```bash
pip install deepluq-0.1.5.tar.gz
```

### Option 2: Install from [PyPI](https://pypi.org/project/deepluq/)

Install the latest published version:

```bash
pip install deepluq
```

Or install a specific version:

```bash
pip install deepluq==0.1.5
```
