Installing Python and Pygame on Windows
Windows does not have Python preinstalled by default.
Please follow these steps to install Python and pygame on your PC. >
- Download Python 3.
- Download PyGame.
- Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
- Select pygame-1.9.2bl-cp35-cp35m-win32.whl to download it
- Move the downloaded whl file to Users\{YourUserName}\AppData\Local\Programs\Python\Python35-32\Scripts\
- Go to the above Scripts directory and run
pip3 install pygame-1.9.2b1-cp35-cp35m-win32.whl