Installation
MAD is a simple python utility available on the PyPi repository. The simplest way to install it, is to use pip
,
as follows:
$> pip install mad
Alternatively, you may download a source distribution from GitHub, and install it using:
$> python setup.py install