]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
docs: refine OCPP server documentation
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 4 Oct 2025 10:11:58 +0000 (12:11 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 4 Oct 2025 10:11:58 +0000 (12:11 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
tests/ocpp-server/README.md

index 37c3a53d23d6afc4b9d089bbff186c9edf78586b..c1453840b916f1594953fbf980e0d9f4cec2e457 100644 (file)
@@ -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