install pip pygame code example
Example 1: 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
Example 2: pip install pygame
py -m pip install -U pygame --user
Example 3: how to install pygame using pip in ubuntu
sudo apt-get install python-pygame