diff --git a/README.md b/README.md index 6ffc75b..3406554 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ ApplePy currently requires Pygame (although there is a minimal applepy_curses.py that uses curses to display text mode only) and numpy (just for an array for speaker sounds) +Here's how I set up the dependencies (on Mac OS X 10.8): + + pip install numpy + brew install sdl sdl_image sdl_mixer sdl_ttf portmidi hg + pip install hg+http://bitbucket.org/pygame/pygame + License -------