Installation

Via pip

The PZ Server API is avalialble on pip as pzserver. To install the API and its dependencies, type, on the Terminal:

pip install pzserver

For developers

Alternatively, you can clone the repository and install the library with:

git clone https://github.com/linea-it/pzserver.git
pip install -e .
pip install .[dev]