Learnmonkey Learnmonkey Logo
× Warning:

The tutorial you are reading is currently a work in-progress.

Pygame Setup

Installing Pygame

Before get to using Pygame, we of course need to install Pygame. Since Pygame is a Python module, we can use pip to install it. So, we run pip install pygame in the command line.

Once it is finished, Pygame should be installed. If it doesn't work, go here.