Q:

install pygame

# on your terminal : 
pip install pygame 

# check if pygame run : 
py -m pygame.examples.aliens 
# if a window is open -> pygame is correctly installed 
4
python3 -m pip install pygame <<<(mac)>>>
or
python -m pip install pygame <<<(windows)>>>
or
sudo apt install python3-pygame <<<(ubuntu)>>>
3
pip install pygame
3

New to Communities?

Join the community