Installation
Simulatte requires Python 3.11 or later (CI tests CPython 3.12, 3.13, and 3.14, plus PyPy 3.11).
Install from PyPI with pip:
pip install simulatte
Or with uv:
uv add simulatte
Once installed, continue with Basic Usage for your first simulation.