Installation
If you want to install paule the easiest way is to install it from pypi with:
pip install --user paule
Alternatively, install all dependencies with poetry (https://python-poetry.org/):
git clone https://github.com/quantling/paule.git
cd paule
poetry install