Skip to content

Installation

Install the latest release from PyPI (requires Python 3.13+):

pip install qemcmc

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:

git clone https://github.com/Stuartferguson00/QeMCMC.git
cd QeMCMC
uv sync

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:

curl -LsSf https://astral.sh/uv/install.sh | sh