add PIL install step to windows docs
This commit is contained in:
parent
bd585b92f4
commit
a1ef890238
@ -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
|
||||
|
2
lib/pgfw
2
lib/pgfw
@ -1 +1 @@
|
||||
Subproject commit 7a1652717931d49c112e8fe75919129b4906d9f4
|
||||
Subproject commit 9c9926d9e04a15cf3612d0594a5e19e79682a619
|
Loading…
Reference in New Issue
Block a user