corrected pip command

This commit is contained in:
Faraphel 2023-03-12 16:29:37 +01:00
parent 3ffaa6471b
commit 095b956ed7

View file

@ -19,8 +19,8 @@ Ce projet est compatible avec Windows et Linux.
### Manuel ### Manuel
- Installer [Python 3.11](https://www.python.org/downloads/windows/) (ou ultérieur) - Installer [Python 3.11](https://www.python.org/downloads/windows/) (ou ultérieur)
- Installer les dépendances avec `pip install -r requirements.txt` - Installer les dépendances avec `pip3.11 install -r requirements.txt`
- Lancer le jeu avec `python3 main.pyw` - Lancer le jeu avec `python3.11 main.pyw`
</details> </details>
@ -29,7 +29,7 @@ Ce projet est compatible avec Windows et Linux.
<details> <details>
- Installer Python 3.11 avec les commandes `sudo apt update && sudo apt install python3.11` - 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` - Installer les dépendances avec `pip3.11 install -r requirements.txt`
- Lancer le jeu avec `python3 main.pyw` - Lancer le jeu avec `python3.11 main.pyw`
</details> </details>