Skip to content
jagill edited this page Mar 19, 2013 · 2 revisions

To install this most easily, make sure you have pip and homebrew installed. Then type in the terminal:

sudo pip install nose
sudo pip install pil
sudo pip install reportlab
brew tap samueljohn/python
brew tap homebrew/headonly
brew tap homebrew/science
brew install --HEAD smpeg
brew install samueljohn/python/pygame
brew install pygame

Then run the program as normal. We derived most of this list by brew search pygame, trying to install as normal, and just following brew's instructions. The pil and reportlab pips are to install reportlab.

Clone this wiki locally