MPM/compartmental spatial, infectious disease models based on laser-core
- install
uvin the system Python directly withpip(below) or as Astral recommends
python3 -m pip install uv- create and activate a virtual environment for local development and excution
- you may choose any supported Python version >= 3.10
uv venv --python 3.13 .venv
source .venv/bin/activate # MacOS and Linux
# .venv/bin/activate.bat # Windows- install
laser-cohortslocally in development mode
uv pip install -e ".[dev]"- install
toxandtox-uvfor running checks and tests
uv tool install tox --with tox-uvor run tox directly with uvx:
uvx --with tox-uv toxInitial documentation here