saya
0
Q:

how to install pygame in python

# 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
python3 -m pip install pygame==2.0.0.dev6
2
pip install pygame
3

New to Communities?

Join the community