From a1ef8902382d31c21976070a426fe8c8a855d2b4 Mon Sep 17 00:00:00 2001 From: frank Date: Fri, 28 Apr 2023 15:17:46 -0400 Subject: [PATCH] add PIL install step to windows docs --- doc/Scrapeboard_builder's_manual.md | 6 +++--- lib/pgfw | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Scrapeboard_builder's_manual.md b/doc/Scrapeboard_builder's_manual.md index c4312aa..f301a71 100644 --- a/doc/Scrapeboard_builder's_manual.md +++ b/doc/Scrapeboard_builder's_manual.md @@ -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 diff --git a/lib/pgfw b/lib/pgfw index 7a16527..9c9926d 160000 --- a/lib/pgfw +++ b/lib/pgfw @@ -1 +1 @@ -Subproject commit 7a1652717931d49c112e8fe75919129b4906d9f4 +Subproject commit 9c9926d9e04a15cf3612d0594a5e19e79682a619