How can I install pygame on linux?
There is a .deb package of Pygame for Python 3 available in [this PPA]
- Add the PPA to your system sources:
sudo add-apt-repository ppa:thopiekar/pygame
- Update the package list:
sudo apt-get update
- Install the package:
sudo apt-get install python3-pygame
- Install Pygame Zero with pip:
pip3 install pgzero