Skip to content

Installation

From PyPI

Terminal window
pip install decoct

Requires Python 3.10+.

LLM features (optional)

For LLM-powered schema and assertion learning:

Terminal window
pip install decoct[llm]

This adds the Anthropic SDK. Requires the ANTHROPIC_API_KEY environment variable for decoct schema learn and decoct assertion learn commands.

Development install

Terminal window
git clone https://github.com/decoct-io/decoct.git
cd decoct
pip install -e ".[dev]"

Verify

Terminal window
decoct --version