Installation#
AutoSim uses uv for environment management and command execution.
Install the package for development:
uv sync --extra dev
Install documentation dependencies:
uv sync --extra dev --extra docs
Run the test suite:
uv run pytest
Build the documentation locally:
uv run jupyter-book build docs --all