1、下载pygame
2、python 下载3.2.* 32位的(电脑64位没关系的)
3、先安装python,再安装pygame
4、验证是否成功
打开IDLE
>>>import pygame >>>print(pygame.ver) >>>1.9.2pre
输入1.9.2pre表示安装成功