Installation
From PyPI (recommended)
Section titled “From PyPI (recommended)”pip install llmarmorFrom source (for development)
Section titled “From source (for development)”git clone https://github.com/llmarmor/llmarmor.gitcd llmarmorpip install -e ".[dev]"Requirements
Section titled “Requirements”- Python 3.10+
- No external runtime dependencies beyond
click,rich, andpyyaml