Installation

Prerequisites

Installation Options

pip install llm-contracts

From GitHub (Development Version)

For the latest development version:

# Clone the repository
git clone https://github.com/Maxamed/llm-contract.git
cd llm-contracts

# Install in development mode
pip install -e .

Verify Installation

After installation, you can verify that llm-contracts is working correctly:

# Check the CLI is available
llm-validate --help

You should see the help output for the llm-validate command.

Next Steps

Once you’ve installed llm-contracts, head over to the Getting Started guide to learn how to use it.