mlpy works on several architectures: *nix systems, Mac OS X, and MS Windows 32 bit systems (XP, Vista).
To install 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
Using Synaptic or apt-get install install:
- libc6-dev
- libgsl0-dev
- python2.5-dev or python2.6-dev
- python-numpy (from Universe Repository)
- Xcode
- gsl >= 1.8 (with headers)
- Python >= 2.4
- NumPy >= 1.1.0 (Python 2.4 and 2.5); >= 1.3.0 (Python 2.6)
$ 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.
- Run MLPY-X.X.X.win32-pyY.Y.exe
where X.X.X is the mlpy version and Y.Y is the Python version.