Python Examples

To learn more about Python, check out my open-access textbook Minimalist Data Wrangling in Python.

How to Install

To install the package from PyPI, call:

pip3 install quitefastmst  # python3 -m pip install quitefastmst

For best performance, advanced users will benefit from compiling the package from sources:

CPPFLAGS="-O3 -march=native" pip3 install quitefastmst --force --no-binary="quitefastmst"

🚧 TO DO (help needed): How to enable OpenMP support on macOS/Darwin in setup.py?

Basic Use

Note

This section is a work in progress. In the meantime, take a look at the examples in the reference manual.