fixed the linux installation command
This commit is contained in:
parent
bbe8cb2890
commit
0952cc8e9c
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ 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 `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`
|
- Lancer le jeu avec `python3.11 main.pyw`
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
@ -28,8 +28,8 @@ 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 python3-pip`
|
||||||
- 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`
|
- Lancer le jeu avec `python3.11 main.pyw`
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Reference in a new issue