Installation
Requirements
Python 3.10+
Gradio
pandas
numpy
pytest
Installing from PyPI
pip install chunking-pandas
Installing from source
git clone https://github.com/JohnnyTeutonic/ChunkingForPandas.git
cd chunking-experiment
pip install -e .
Installing from source with dev dependencies
pip install -e ".[dev]"
Installing from source with docs dependencies
pip install -e ".[docs]"
Speeding up the installation Process
pip install uv
uv pip install -e .