# Installation

`frouros` currently supports Python 3.9, 3.10, 3.11 and 3.12.

```{tip}
We highly recommend to use a [virtual environment](https://docs.python.org/3.12/tutorial/venv.html).
```

## From PyPI

`frouros` releases are available via [PyPI](https://pypi.org/project/frouros/). To install the normal version via `pip` use:

```{code-block} bash
pip install frouros
```

```{tip}
Recommended method.
```

## From GitHub

`frouros` latest main branch modifications can also be obtained via `pip`:

```{code-block} bash
pip install git+https://github.com/IFCA/frouros.git
```
