Installation
To use ZPGenerator, you can install directly using:
(venv) $ pip install git+https://github.com/Quandela/ZPGenerator.git@main
Alternatively, if you are interested in contributing to the project - you can clone the project from github:
(venv) $ git clone https://github.com/quandela/ZPGenerator
(venv) $ cd zpgenerator
(venv) $ pip install . # or pip install -e . for developers