From 99a2b3ade2b5f66192d03a1cd4c095eff452ff23 Mon Sep 17 00:00:00 2001 From: stevenshapiro Date: Thu, 19 Jan 2023 22:14:21 -0500 Subject: [PATCH] Update 1-pygame.md Added another possibility for installing pygame in Windows. The provided instructions did not work for me. --- data/part-13/1-pygame.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/part-13/1-pygame.md b/data/part-13/1-pygame.md index 18b2c5b38..505760936 100644 --- a/data/part-13/1-pygame.md +++ b/data/part-13/1-pygame.md @@ -40,6 +40,8 @@ Installation may require system administrator privileges. If the above doesn't w Installing and accessing pygame requires that your Python installation is added to path, as instructed [here](https://www.mooc.fi/en/installation/vscode/#python3). +If none of the above is successful, try `pip install pygame --pre`. + ### Mac Open the _Terminal_, for example through the magnifying glass symbol in the top right corner: