cmd for install pygame in python 3.7

Higher version Python better and convinient to use!

Down load pygame whl file:

C:Worksoftware>pip install pygame-1.9.6-cp37-cp37m-win32.whl
Processing c:worksoftwarepygame-1.9.6-cp37-cp37m-win32.whl
Installing collected packages: pygame
Successfully installed pygame-1.9.6

https://docs.python.org/3.7/tutorial/index.html

原文地址:https://www.cnblogs.com/yjyyjy/p/11592968.html