Installation

At the command line:

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

Or using pip (program to easily install Python packages), which dinamicaly access the Python Package Index PyPI.

$ pip install DataSounds

Or, with the controled python ecosystem virtualenvwrapper. After install virtualenvwrapper, follow the instructions below:

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

Dependencies

Numpy is a necessary packages to use DataSounds.

Numpy can be installed using pip. If you use virtualenvwrapper, this could be done inside your virtual environment. Normally, Numpy is installed as a dependency of DataSounds and should work if it was sucessfully compiled.