Install ======= :mod:`mlpy` works on several architectures: \*nix systems, Mac OS X, and MS Windows 32 bit systems (XP, Vista). Requirements ------------ Linux 32 and 64 bit ^^^^^^^^^^^^^^^^^^^ To install :mod:`mlpy` from sources the following packages are required: * libc (with headers) * gsl >= 1.8 (with headers) * Python >= 2.5 (with headers) * NumPy >= 1.1.0 Ubuntu Linux ^^^^^^^^^^^^ Using Synaptic or apt-get install install: * libc6-dev * libgsl0-dev * python2.5-dev or python2.6-dev * python-numpy (from Universe Repository) Mac OS X ^^^^^^^^ * Xcode * gsl >= 1.8 (with headers) MS Windows 32 bit ^^^^^^^^^^^^^^^^^ * Python >= 2.4 * NumPy >= 1.1.0 (Python 2.4 and 2.5); >= 1.3.0 (Python 2.6) Install from sources -------------------- .. code-block:: sh $ tar zxvf MLPY-X.X.X.tar.gz $ cd MLPY-X.X.X $ python setup.py install where X.X.X is the mlpy version. Install from MS Windows binary ------------------------------ * Run MLPY-X.X.X.win32-pyY.Y.exe where X.X.X is the mlpy version and Y.Y is the Python version.