📅  最后修改于: 2022-03-11 14:47:24.146000             🧑  作者: Mango
#for windows users
#type this in command prompt
python -m pip install pygame
#next open python and type this
import pygame
#and to actually use it, type this
pygame.init()