corrected pip command
This commit is contained in:
parent
3ffaa6471b
commit
095b956ed7
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
Loading…
Reference in a new issue