Installation

From Source

  1. Clone the repository:

git clone https://github.com/benvb-97/pytrebuchet.git
cd pytrebuchet
  1. 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