From bcc54a587aec0883005b6c02bb969901e4d89b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20Labb=C3=A9=20/=20LabbeJ27?= Date: Mon, 15 Dec 2025 01:46:31 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ddaddaa..80141b6 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ Création d’un environnement virtuel Python (recommandé) : ```sh python3 -m venv venv source venv/bin/activate +``` +Installation des dépendances : +```sh pip install -r requirements.txt ```