Installation¶
From PyPI¶
From Source¶
Optional Extras¶
| Extra | Install Command | What It Adds |
|---|---|---|
visual |
pip install happysim[visual] |
Browser-based visual debugger (FastAPI, uvicorn) |
dev |
pip install -e ".[dev]" |
Testing, linting, docs (pytest, mypy, ruff, mkdocs) |
Verify Installation¶
Requirements¶
- Python 3.13 or later
- Core dependencies:
matplotlib,numpy,pandas