On this page
rocket_launch
Quickstart
A quickstart guide to downloading and installing pymocd library
Requirements
| Requirement | Version | Description |
|---|---|---|
| Python | ≥ 3.10 | Required to run the library |
| pip | ≥ 24.3.1 | Python package installer |
| Python venv | Built-in | Recommended for isolated environments (optional) |
Install pymocd
We recommend installing
networkx or igraph and matplotlib alongside pymocd for full functionality!
$ pip install networkx matplotlib
Compiling from Source
For the latest version, you can compile pymocd from the GitHub repository’s main branch using maturin.
First, clone the repository:
$ git clone https://github.com/oliveira-sh/pymocd/ && cd pymocd
Install maturin to build the library inside a virtual environment:
$ pip install maturin
Then compile the project:
$ maturin build --release
Last updated 09 Mar 2026, 19:59 -0300 .