5 lines
172 B
Bash
5 lines
172 B
Bash
|
#!/usr/bin/env bash
|
||
|
sudo pip install numpy
|
||
|
brew install sdl sdl_image sdl_mixer sdl_ttf portmidi
|
||
|
/usr/local/share/python/pip install hg+http://bitbucket.org/pygame/pygame
|