The StableTrees package is available on PyPi
pip install stabletrees
Clone the repository
git clone https://github.com/MortenBlorstad/StableTrees.git
To build the Python-package, first make sure that Eigen is installed and available in the include path include/thirdparty
.
cd include\thirdparty
git clone https://gitlab.com/libeigen/eigen.git
cd ../..
Then StableTrees is installable in editable mode by
pip install -e ./python-package