You can install pygame with following this;
open cmd(console) and write this codes:
pip install pygame
Easiest way for this.
For mac;
sudo pip install pygame
And yes you have to write this in terminal
Or download from here http://www.pygame.org/download.shtml manually.
But my little advice is, pygame is not so simple, first improve yourself in Python more..
Also check this one http://www.youtube.com/watch?v=L0Cl4Crg7FE
0
solved what program should i use to code using the Python PyGame module [closed]