1#for windows users
2#type this in command prompt
3python -m pip install pygame
4
5#next open python and type this
6import pygame
7
8#and to actually use it, type this
9pygame.init()
1# Type this in the Command Prompt (For Windows) : pip install pygame
2# Then head on to your text editor and type :
3
4import pygame