Installation
Requirements
Install from PyPI
Install from Source
git clone https://github.com/osuthorpe/llm-expect.git
cd llm-expect
pip install -e .
Verify Installation
import llm_expect
print(llm_expect.__version__)
Optional Dependencies
For development:
pip install "llm-expect[dev]"
For documentation:
pip install "llm-expect[docs]"
For everything:
pip install llm-expect[all]