0
How do I install PyGame?
I've been having trouble latley trying to figure it out. Any help would be apprecaited. Thanks!
1 Answer
0
What platform?
On windows, navigate the command prompt to the folder containing pip.exe, and type the following command
pip install pygame
It will install the correct version for you