From fe80bc897def9451c388c88715f599f8edbd26b8 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Fri, 8 Mar 2013 07:00:00 -0500 Subject: [PATCH] added note about exact pip and brew commands I used --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -------