From 23241f0c293d98eaf557f56c0de06d4b9d7b16b2 Mon Sep 17 00:00:00 2001 From: Djeex Date: Wed, 6 Aug 2025 13:13:26 +0000 Subject: [PATCH] Fixed python command --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 62031b2..7db8eb5 100644 --- a/README.MD +++ b/README.MD @@ -64,7 +64,7 @@ git clone https://git.djeex.fr/Djeex/lumeex.git cd lumeex python3 -m venv .venv source .venv/bin/activate -pip install requirements.txt +pip install -r requirements.txt ``` You're ready to go!