Installation ------------ To use ZPGenerator, you can install directly using: .. code-block:: bash (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: .. code-block:: bash (venv) $ git clone https://github.com/quandela/ZPGenerator (venv) $ cd zpgenerator (venv) $ pip install . # or pip install -e . for developers