====================== 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``.