These are steps for installing pygame into OSX Maverick
brew install sdl sdl_image sdl_mixer sdl_ttf portmidi
Download and install
XQuartz
. It is a dependency of packagesmpeg
Install
smpeg
1 2 |
|
Use pip to install pygame:
pip install hg+http://bitbucket.org/pygame/pygame
Use
python -m pygame.tests
for test
(This is based on the bug report here)