## Installation

Please follow the steps below for installing `mambular`.

### Install from the source:

```bash
cd mamba-tabular

poetry install
```

Note: Make sure you in the same directory where `setup.py` file resides.

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

```bash
pip install -U mambular
```

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