Install pygame-1.9.3 for python 3.6

I met some problems in installing pygame when I download pygame’s install-files at http://www.pygame.org/download.shtml.

Yes,It doesn’t have a matchable pygame for python3.6 which I owned. So I find another website https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame to download a matchable pygame.

‘pygame‑1.9.3‑cp36‑cp36m‑win32. whl’ is what I need exactlly. cp36 means it matches to python 3.6, and win32 means it matches to python-32bit instead of windows-32bit . So if you install a python 32-bit in windows-64bit system, you should download pygame‑1.9.3‑cp36‑cp36m‑win32.whl
Ok , material ready. Install it in command window.

Running perfectly!

If you need help , contact me in QQ:1757931152

Read More: