From 095b956ed728f37642b7d6702d7225c33c6f0e92 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Sun, 12 Mar 2023 16:29:37 +0100 Subject: [PATCH] corrected pip command --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a4b76a5..27f30ba 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ 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 `pip install -r requirements.txt` -- Lancer le jeu avec `python3 main.pyw` +- Installer les dépendances avec `pip3.11 install -r requirements.txt` +- Lancer le jeu avec `python3.11 main.pyw` @@ -29,7 +29,7 @@ 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 `pip install -r requirements.txt` -- Lancer le jeu avec `python3 main.pyw` +- Installer les dépendances avec `pip3.11 install -r requirements.txt` +- Lancer le jeu avec `python3.11 main.pyw` -
\ No newline at end of file +