Installation¶
Binary installation¶
Download the wheel file (.whl) for your platform and install mpmetis with pip into your environment via:
pip install mpmetis-*.whl
You can test if your installation works by importing the module:
import mpmetis
Installation from source¶
Sometimes it is necessary to build from source. Just download the source distribution from github, extract the sources and run:
pip install .
It is necessary that you have installed a C-compiler and make.