Installation

At the command line:

$ git clone http://github.com/DataSounds/imSound.git
$ cd imSound
$ python setup.py install

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv imSound
$ workon imSound
(imSound) $ git clone http://github.com/DataSounds/imSound.git
(imSound) $ cd imSound
(imSound) $ python setup.py install

If in doubts while using virtualenvwrapper take a look here..

Dependencies

pygame is a necessary package to use imSound, as well DataSounds. Both of them can be installed using pip. If you use virtualenvwrapper this could be done inside your virtual environment.

Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.