From f93800e55130085e7ee3509a7952c5dd2315c146 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:18:02 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- tests/ocpp-server/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/ocpp-server/README.md b/tests/ocpp-server/README.md index 544af2b7..1b642475 100644 --- a/tests/ocpp-server/README.md +++ b/tests/ocpp-server/README.md @@ -6,16 +6,17 @@ https://github.com/mobilityhouse/ocpp/blob/master/ocpp/v201/enums.py ## Prerequisites This project requires Python 3.7+ and [poetry](https://python-poetry.org/) to install the required packages: + ```shell pip install poetry ``` + then ```shell poetry install ``` - ## Running the Server To start the server, run the `server.py` script: @@ -23,11 +24,13 @@ To start the server, run the `server.py` script: ```shell poetry run task server ``` + or ```shell poetry run task server --request GetBaseReport --period 5 ``` + The server will start listening for connections on port 9000. ## Overview of the Server Scripts -- 2.34.1