Installation¶
Requirements¶
- Python 3.10 or higher
- pip
From PyPI¶
From Source¶
Docker¶
# Build locally
docker build -t ai-replication-sandbox .
# Run tests inside container
docker run --rm ai-replication-sandbox
# Pull pre-built image
docker pull ghcr.io/sauravbhattacharya001/ai:latest
Development Setup¶
Install with dev dependencies for testing and linting:
This includes:
| Tool | Purpose |
|---|---|
pytest |
Test runner |
flake8 |
Linting |
mypy |
Static type checking |