From 5eb543210f6c53e259fc1977d0f1eca2047bf210 Mon Sep 17 00:00:00 2001 From: louwar Date: Mon, 6 Mar 2023 17:10:13 +0100 Subject: [PATCH] Update Readme pour de vrai --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index c859458..8b8cd1f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,32 @@ ## Utilisation +### Install +```sh +// Install d'outil +python -m pip install pipenv + +// Install module +pip install typer +pip install scapy +pip install pymodbus + +// Mise à jour +pipenv update + +// Lancement du shell pipenv +pipenv shell +``` + +### Lancement +il faut lancé 2 terminal pipenv pour : + +```sh +./start_server.sh +./start_client.sh +sudo python3 ./decoder.py +``` + ## Notre configuration * Python * PostgreSQL