From 0952cc8e9c1e531ea7dce7325340b756056f68c5 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Wed, 15 Mar 2023 13:18:46 +0100 Subject: [PATCH] fixed the linux installation command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27f30ba..dead512 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Ce projet est compatible avec Windows et Linux. ### Manuel - Installer [Python 3.11](https://www.python.org/downloads/windows/) (ou ultérieur) -- Installer les dépendances avec `pip3.11 install -r requirements.txt` +- Installer les dépendances avec `python3.11 -m pip install -r requirements.txt` - Lancer le jeu avec `python3.11 main.pyw` @@ -28,8 +28,8 @@ Ce projet est compatible avec Windows et Linux.
-- Installer Python 3.11 avec les commandes `sudo apt update && sudo apt install python3.11` -- Installer les dépendances avec `pip3.11 install -r requirements.txt` +- Installer Python 3.11 avec les commandes `sudo apt update && sudo apt install python3.11 python3-pip` +- Installer les dépendances avec `python3.11 -m pip install -r requirements.txt` - Lancer le jeu avec `python3.11 main.pyw`