Installation

Requirements

Strongly recommended:

  • distribute 0.6 (>=0.6.40)
  • Cython (>= 0.20)

Stable release

Optional: MAUD can run without Cython, but it’s strongly recommended since some filters can run more than 10 times faster with Cython. In that case it must be installed before install MAUD itself. To do so, run this command in your terminal:

$ pip install distribute>=0.6.40
$ pip install cython

To install MAUD, run this command in your terminal:

$ pip install maud

This is the preferred method to install MAUD, as it will always install the most recent stable release. Cython is not required, but it’s strongly recommend since some of MAUD filters can run more than 10 times faster.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for MAUD can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/castelao/maud

Or download the tarball:

$ curl  -OL https://github.com/castelao/maud/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install