How To Install Mahotas

From source

You can get the released version using your favorite Python package manager:

easy_install mahotas

or:

pip install mahotas

If you prefer, you can download the source from PyPI and run:

python setup.py install

You will need to have numpy and a C++ compiler.

Bleeding Edge (Development)

Development happens on github. You can get the development source there. Watch out that these versions are more likely to have problems.

On Windows

On Windows, Christoph Gohlke does an excelent job maintaining binary packages of mahotas (and several other packages).

Packaged Versions

Python(x, y)

If you use Python(x, y), which is often a good solution, you can find mahotas in the Additional Plugins page.

FreeBSD

Mahotas is available for FreeBSD as graphics/mahotas.

MacPorts

For Macports, mahotas is available as py27-mahotas.

Frugalware Linux

Mahotas is available as python-mahotas.

Table Of Contents

Previous topic

Mahotas: Computer Vision in Python

Next topic

Finding Wally

This Page