Update Readme pour de vrai

master
louwar 2 years ago
parent 5fd5b1073b
commit 5eb543210f

@ -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

Loading…
Cancel
Save