Installation#
Installation from source#
Cloning the repository:
$ git clone https://github.com/yapenzhang/excalibuhr.git
Then install the package by running pip in the local repository folder:
$ python -m pip install -e .
To get updates from the github repository:
$ git pull origin main