Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 563 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 563 Bytes

StableTrees

Installation

The StableTrees package is available on PyPi

pip install stabletrees

Developing

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