Installation

Requirements

  • Python 2.6 (>=2.6.5), 2.7, 3.1 or 3.2
  • Numpy
  • distribute 0.6 (>=0.6.40)

Installing MAUD

Using pip

pip install –no-deps maud

Note

The --no-deps flag is optional, but highly recommended if you already have Numpy installed, since otherwise pip will sometimes try to “help” you by upgrading your Numpy installation, which may not always be desired.