标签: python pygame
我正在运行El Capitan,当我输入python --version终端prints Python 2.7.10时,我已经成功下载了Python 2.7.10的pygame但是我想在python 3.5.1中开发,我知道我可以通过在终端中输入python3来完成此操作,但如何为此版本的python正确设置pygame?
python --version
prints Python 2.7.10
python3
答案 0 :(得分:1)
使用python3.5 -mpip install pygame。
python3.5 -mpip install pygame