[ITK-dev] [ANN] Binary ITK Python Packages now available on PyPI!
Matt McCormick
matt.mccormick at kitware.com
Mon Jun 26 13:49:02 EDT 2017
Hi folks,
Binary Python wheels are now available on PyPI for Linux, MacOS, and
Windows, for Python 2.7 and the recent Python 3.X. These binary wheels
are built to be compatible with Python distributions from Python.org,
system package managers like apt and Homebrew, and Anaconda. When a
binary package is not available for the current platform, an sdist is
provided that will guide a researcher through the steps to build the
packages from source code.
To install ITK from the command line, run:
python -m pip install --upgrade pip
python -m pip install itk
The itk metapackage will pull in the subpackages itk-segmentation,
itk-registration, itk-numerics, itk-io, itk-filtering, and itk-core.
These packages can also be installed independently if only a portion
of the toolkit is desired.
Enjoy ITK!
More information about the Insight-developers
mailing list