Installation
From Source
Clone the repository:
git clone https://github.com/benvb-97/pytrebuchet.git
cd pytrebuchet
Install the package:
Using pip:
# Basic installation
pip install -e .
# With development dependencies
pip install -e ".[dev]"
Using uv:
# Basic installation
uv pip install -e .
# With development dependencies
uv sync --group dev