added note about exact pip and brew commands I used

This commit is contained in:
James Tauber 2013-03-08 07:00:00 -05:00
parent 0d41f951b9
commit fe80bc897d
1 changed files with 6 additions and 0 deletions

View File

@ -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 that uses curses to display text mode only) and numpy (just for an array for
speaker sounds) 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 License
------- -------