From: Jérôme Benoit Date: Sat, 4 Oct 2025 10:11:58 +0000 (+0200) Subject: docs: refine OCPP server documentation X-Git-Tag: ocpp-server@v2.2.0~124 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=86aea59a29f8b60b5b4c3a40a493c0ee1f16154a;p=e-mobility-charging-stations-simulator.git docs: refine OCPP server documentation Signed-off-by: Jérôme Benoit --- diff --git a/tests/ocpp-server/README.md b/tests/ocpp-server/README.md index 37c3a53d..c1453840 100644 --- a/tests/ocpp-server/README.md +++ b/tests/ocpp-server/README.md @@ -6,10 +6,14 @@ This project includes an Open Charge Point Protocol (OCPP) version 2.0.1 mock se This project requires Python 3.12+ (see `pyproject.toml`) and requires [poetry](https://python-poetry.org/) 2+ to install the required packages. +Install poetry: + ```shell pipx install poetry ``` +or using your OS packages manager. + Then install dependencies: ```shell