Getting started¶
clone to a folder of choice (should be easily accessible, e.g. among other utilities)
go to folder in terminal
“pip install –editable .”
The –editable flag makes sure that the package uses the files you used for installing as source, such that you can adjust and push updates to this repository when you have a new feature or for a bug fix.
Tutorials¶
The reader is advised to first go through EXAMPLES/introduction_notebook/Readme1/2/3_* and then check the EXAMPLE implementation.