Skip to content

Installation

MUGO can be installed via pip (when available) or from source.

Stable Release (PyPI)

pip install mugo

Development / Source Install

To install the latest version from the repository:

git clone https://github.com/anonymous/mugo.git
cd mugo
pip install -e .

Requirements

  • Python >= 3.8
  • PyTorch >= 2.0
  • Pandas, NumPy
  • Optional: CUDA-capable GPU for faster optimization

Building the Documentation

From the project root:

pip install mkdocs mkdocs-material
mkdocs build

To serve the docs locally:

mkdocs serve

Then open http://127.0.0.1:8000 in your browser. To deploy or share, copy the generated site/ directory to your web server.