Actualiser README.md
This commit is contained in:
parent
6555fa84ff
commit
e23d1770e3
21
README.md
21
README.md
|
|
@ -32,3 +32,24 @@ Vous pouvez soit :
|
|||
```bash
|
||||
git clone http://fra1od.freeboxos.fr:3000/magnum88/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
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user