【发布时间】:2016-03-11 15:58:09
【问题描述】:
我正在尝试为 python 3.5 32bit 安装 Pygame。我了解到我可以使用pip 命令打开网站上提供的.whl 文件。问题是我尝试了多种方法,但错误不断。
python -m pip install pygame-1.9.2a0-cp35-none-win32.whl
'python' is not recognized as an internal or external command,
operable program or batch file.
我要安装的文件:pygame-1.9.2a0-cp35-none-win32.whl
我的 python 程序位于我的程序文件夹中,其他一切正常。
【问题讨论】:
标签: pygame pip python-3.5