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