Requirements


RequirementVersionDescription
Python≥ 3.9Required to run the library
pip≥ 24.3.1Python package installer
Python venvBuilt-inRecommended for isolated environments (optional)

Install pymocd

  $ 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 03 Jun 2025, 13:25 -0300 . history