Skip to main content

Installation

Requires Python 3.11+.

From PyPI

pip install leadforge

From GitHub (latest development)

pip install git+https://github.com/leadforge-dev/leadforge.git

Development install

git clone https://github.com/leadforge-dev/leadforge.git
cd leadforge
pip install -e ".[dev]"
pre-commit install

Optional extras

ExtraWhat it adds
pip install leadforge[dev]Ruff, mypy, pytest, pre-commit
pip install leadforge[publish]huggingface_hub, datasets — needed by the publish scripts

Verify

leadforge --version
leadforge list-recipes

You should see b2b_saas_procurement_v1 in the recipe list.