Installation¶
mcerp supports Python 3.10 or later.
pip¶
Install the core package:
pip install mcerp
Install with plotting support:
pip install "mcerp[plot]"
Install all optional dependencies:
pip install "mcerp[all]"
uv¶
Add mcerp to a project:
uv add mcerp
uv sync
Install into an existing environment:
uv pip install mcerp
From Git¶
Install the latest source from GitHub:
pip install --upgrade "git+https://github.com/eggzec/mcerp.git#egg=mcerp"
Requirements¶
- Python 3.10 or later
- NumPy
- SciPy
- Matplotlib for plotting
NumPy and SciPy are installed automatically by package installers. Matplotlib is optional and only needed for plotting distributions or correlation plots.