Image processing routines for SciPy
Download: http://github.com/stefanv/scikits.image
Homepage: http://stefanv.github.com/scikits.image
PyPI: http://pypi.python.org/pypi/scikits.image
People: Stefan van der Walt
You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.image
Install the Easy Install tools. Afterwards you can install scikits.image from the terminal by executing:
sudo easy_install scikits.image
If you prefer to do a local installation, specify an installation prefix:
easy_install --prefix=${HOME} scikits.image
and ensure that your PYTHONPATH is up to date, e.g.:
export PYTHONPATH=$PYTHONPATH:${HOME}/lib/python2.5/site-packages
This package was discovered in PyPI.