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!
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-developers

Reply via email to