add PIL install step to windows docs

This commit is contained in:
ohsqueezy 2023-04-28 15:17:46 -04:00
parent bd585b92f4
commit a1ef890238
2 changed files with 4 additions and 4 deletions

View File

@ -306,15 +306,15 @@ Install pygame through pip
#### Windows, OS X, other
[Check if pip needs to be installed](https://pip.pypa.io/en/stable/getting-started/). Use that same link to get instructions on how to install it if necessary. After pip is installed, call it from the command line to install Pygame (using PowerShell or Terminal, for example).
[Check if pip needs to be installed](https://pip.pypa.io/en/stable/getting-started/). Use that same link to get instructions on how to install it if necessary. After pip is installed, call it from the command line to install Pygame (using PowerShell or Terminal, for example) and the PIL library.
python -m pip install pygame
python -m pip install pygame pillow
### Scrapeboard and PGFW
Use Git clone with the `--recursive` flag to download both the game and framework from the command line (or PowerShell, Terminal, etc.). This can also be done from a Git GUI.
git clone --recursive https://git.nugget.fun/scrape/scrapeboard
git clone --recursive https://open.shampoo.ooo/scrape/scrapeboard
cd scrapeboard/
### Launch

@ -1 +1 @@
Subproject commit 7a1652717931d49c112e8fe75919129b4906d9f4
Subproject commit 9c9926d9e04a15cf3612d0594a5e19e79682a619