Fix Windows PySDL2 prerequisite

This commit is contained in:
Fierelier 2023-04-17 13:24:38 +02:00
parent 8249af69a5
commit 155990c00b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ If you look in `user/modules/me/fier/draw/main.py`, you can change several thing
* **Windows:** [python.org](https://www.python.org/downloads/) ([3.4.4](https://www.python.org/downloads/release/python-344/) on XP, [3.8.10](https://www.python.org/downloads/release/python-3810/) on 7)
* **Debian:** `apt install python3`
### PySDL2
* **Windows:** `py -m pip install PySDL2`
* **Windows:** `py -m pip install pysdl2 pysdl2-dll`
* **Debian:** `apt install python3-sdl2`
### toml
* **Windows:** `py -m pip install toml`