InstallationΒΆ
You can install the Extrai library from PyPI using pip:
pip install extrai-workflow
To install the library for development, clone the repository and install it in editable mode with the dev extras:
git clone https://github.com/Telsho/Extrai.git
cd Extrai
uv pip install -e .[dev]