在windows7 系统下搭建Pygame环境:
Python版本:python-3.5.1.exe
Pygame:pygame-1.9.2a0-cp35-none-win32.whl
首先安装Python3.5.1,然后找到Python3.5的安装路径,如:C:\Python35\Scripts
CMD打开终端,cd到python安装目录 cd C:\Python35\Scripts 然后执行如下命令:
pip install wheel
c> cd C:\Python35\Scripts pip install wheel
等安装好wheel后再安装pygame 执行命令:pip install xxxx.whl
等执行结束后,pygame就安装完整
网友评论