From 1f243a230f8a957ecc6f3b676a6ce372fe8247fa Mon Sep 17 00:00:00 2001 From: Paul SQUIZZATO Date: Tue, 28 Mar 2023 09:15:19 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1afd78b..2cd3080 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,15 @@ pipenv shell > pipenv install pymodbus==3.1.3 ### Lancement -il faut lancé 3 terminal pipenv pour : +il faut lancer 2 terminaux avec `pipenv shell` : ```sh ./start_server.sh ./start_client.sh -sudo python3 ./decoder.py +``` +puis pour lancer la sonde (sous root) : +```sh +sudo python3 ./decoderMain.py ``` ### Côté BDD