From e23d1770e3f0e7b04c5b42cb51b0d22a71e89a6e Mon Sep 17 00:00:00 2001 From: Xavier Date: Fri, 26 Jun 2026 15:40:14 +0200 Subject: [PATCH] Actualiser README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f13f06e..457ff0d 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,25 @@ Vous pouvez soit : - Cloner le dépôt avec Git : ```bash git clone http://fra1od.freeboxos.fr:3000/magnum88/DatvRx - cd DatvRx \ No newline at end of file + cd DatvRx + ``` +- Créer un environnement virtuel** (recommandé) : + ```bash + python -m venv venv + source venv/bin/activate # Linux/Mac + venv\Scripts\activate # Windows + ``` +- Installer les dépendances** : + ```bash + pip install -r requirements.txt + ``` +- Compiler longmynd + ```bash + cd longmynd + make clean + make all + ``` +- Exec DatvRx + ```bash + python3 main.py + ``` \ No newline at end of file