# Installation

twirl can be installed using pip:

```shell
pip install twirl
```

or from source:

```shell
git clone https://github.com/lgrcia/twirl
cd twirl
pip install -e .
```

or/and using poetry:

```shell
poetry add twirl
```