安装Pygame
打开终端更新最新的pip:
python -m pip install -U pip
安装命令:
python -m pip install pygame
进入python模式:
python
查看是否安装正常:
import pygame
安装Pygame
打开终端更新最新的pip:
python -m pip install -U pip
安装命令:
python -m pip install pygame
进入python模式:
python
查看是否安装正常:
import pygame