## Installation

Please follow the steps below for installing `deeptab`.

### Install from the source:

```bash
cd deeptab

poetry install
```

Note: Make sure you in the same directory where `pyproject.toml` file resides.

### Installation from PyPi:
The package is available on PyPi. You can install it using the following command:

```bash
pip install -U deeptab
```

PyPi link: [deeptab](https://pypi.org/project/deeptab/)
