Installation¶
Install the latest release from PyPI (requires Python 3.13+):
From source¶
The example notebooks live in the repo, not the published package. To run them — or to develop QeMCMC — clone the repo and install with uv:
uv sync creates a local .venv and installs the locked dependencies from pyproject.toml and uv.lock. If you don't have uv, install it with: