pygame
求:我的python是3.8.3的版本,应该安哪个版本的pygame,怎么安装方便。看小甲鱼老师视频他的python和pygame用的都是3.4,,,, 安装 Pygame 的步骤:[*]按下 Win + R,输入 cmd,回车,打开命令行提示符
[*]输入 pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple
zltzlt 发表于 2020-9-30 20:35
安装 Pygame 的步骤:
我只需要输入 pip install pygame
还是我要把 -i以及后边的网址都得输进去了? 啊吁喔 发表于 2020-9-30 20:40
我只需要输入 pip install pygame
还是我要把 -i以及后边的网址都得输进去了?
如果 pip install pygame 不行就输后面的内容 zltzlt 发表于 2020-9-30 20:45
如果 pip install pygame 不行就输后面的内容
好的,我去试试 zltzlt 发表于 2020-9-30 20:35
安装 Pygame 的步骤:
>>> import pygame
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
在idle中导入pygame直接输出这些内容,就是安装成功了吧? 啊吁喔 发表于 2020-9-30 20:54
>>> import pygame
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribut ...
是的 zltzlt 发表于 2020-9-30 21:00
是的
明白,感谢感谢 可以的,支持
页:
[1]