Pygame

From Jonathan Gardner's Tech Wiki
Jump to: navigation, search

Installation

On Fedora 13, I did the following:

$ sudo yum -y install SDL*
$ mkdir ~/env
$ cd ~/env
$ virtualenv --no-site-packages game
$ . game/bin/activate
$ easy_install pygame

(I answered Y even though some of the dependencies were missing.)