Actualiser README.md

This commit is contained in:
Xavier 2026-06-26 15:40:14 +02:00
parent 6555fa84ff
commit e23d1770e3

View File

@ -31,4 +31,25 @@ Vous pouvez soit :
- Cloner le dépôt avec Git : - Cloner le dépôt avec Git :
```bash ```bash
git clone http://fra1od.freeboxos.fr:3000/magnum88/DatvRx git clone http://fra1od.freeboxos.fr:3000/magnum88/DatvRx
cd DatvRx 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
```