Installation
Option 1: PyPI (Recommended)
Option 2: From Source
Option 3: Docker
System Requirements
Minimum (Mock Inference)
| Resource | Requirement |
|---|---|
| Python | 3.10+ |
| CPU | 1 core |
| RAM | 512MB |
| Network | Outbound HTTPS |
| GPU | None |
Recommended (Production)
| Resource | Requirement |
|---|---|
| Python | 3.11+ |
| CPU | 2+ cores |
| RAM | 2GB |
| Network | Stable internet |
| TPM | TPM 2.0 chip (for tier 1) |
Optional (Local Model Inference)
| Resource | Requirement |
|---|---|
| GPU | NVIDIA with CUDA |
| VRAM | 4GB+ |
| vLLM | Installed |
Verify Installation
Troubleshooting Installation
Issue: pip install fails with compilation errors
Cause: Missing system dependencies for cryptography or web3.
Fix (Ubuntu/Debian):