fangyunquan 发表于 2020-8-9 18:37:03

在哪下载pygame?

我做了一个要pygame的小游戏,但他需要pygame,请大家哪里下载pygame?

Twilight6 发表于 2020-8-9 18:37:39


Win + R 弹出运行窗口,输入 cmd 运行终端,然后在终端输入下面代码等等安装,安装成功后出现显示 Successfully 即可:

python -m pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple

zltzlt 发表于 2020-8-9 18:38:40

在 CMD 中执行以下命令即可安装:

python -m pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple

fangyunquan 发表于 2020-8-9 19:14:16

https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
页: [1]
查看完整版本: 在哪下载pygame?