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