天天看點

Ubuntu Install PygameUbuntu Install Pygame

Ubuntu Install Pygame

Easy in Terminal:

sudo apt-get install python-pygame

If there is something wrong, run:

sudo apt-get -f install

then

sudo apt-get install python-pygame

ps: In Ubuntu 16, use

apt

instead

apt-get