mirror of
https://github.com/jtauber/applepy.git
synced 2024-10-31 13:08:22 +00:00
added note about exact pip and brew commands I used
This commit is contained in:
parent
0d41f951b9
commit
fe80bc897d
@ -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
|
||||||
-------
|
-------
|
||||||
|
Loading…
Reference in New Issue
Block a user