This project relies on libsndfile (via PyAudio) to decode music files, and PortAudio (via PySoundCard) to play the decoded file. Both of these packages are available in most OS package repositories. For example, to install on OS X using MacPorts:
$ sudo port install libsndfile portaudio
To install on FreeBSD using ports:
$ sudo portmaster audio/libsndfile audio/portaudio
At the command line:
$ easy_install gunny
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv gunny
$ pip install gunny