- Clone the repository
- Create and activate a virtual environment
- Install the package
- Set up pre-commit hooks
git clone https://github.com/marin-community/thalas.git
cd thalas
uv venv --python 3.11
source .venv/bin/activate
uv pip install -e .[dev]
pre-commit install