Update README.md
This commit is contained in:
@@ -57,6 +57,9 @@ Création d’un environnement virtuel Python (recommandé) :
|
|||||||
```sh
|
```sh
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
```
|
||||||
|
Installation des dépendances :
|
||||||
|
```sh
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user