Juan Nunez-Iglesias 7d991d2924 Merge pull request #1099 from blink1073/build_update_followup
Make suggested changes to build update

# @blink1073's comments for the PR:

@stefanv had a few late adds to #1084 that did not make the cut:

- Add `LICENSE.txt` in `_shared` for IPython and Spyder licenses.
- Style fixes in `painttool.py` and `version_requirements.py`
- Remove deprecated `--use-mirrors` for `matplotlib` install in `.travis.yml`

I also added a `travis_retry` before all of the `pip` installs since they sometimes timeout.
2014-08-12 05:15:14 -05:00
2014-08-04 22:01:40 -04:00
2014-06-15 15:23:40 +02:00
2014-06-19 02:50:25 +05:30
2012-11-02 16:02:06 -07:00
2014-08-05 01:02:07 -05:00
2014-06-17 23:10:09 -05:00

Image Processing SciKit

Source

https://github.com/scikit-image/scikit-image

Mailing List

http://groups.google.com/group/scikit-image

Installation from source

Refer to DEPENDS.txt for a list of dependencies.

The SciKit may be installed globally using

$ python setup.py install

or locally using

$ python setup.py install --prefix=${HOME}

If you prefer, you can use it without installing, by simply adding this path to your PYTHONPATH variable and compiling the extensions:

$ python setup.py build_ext -i

License

Please read LICENSE.txt in this directory.

S
Description
Image Processing SciKit (Toolbox for SciPy)
Readme 42 MiB
Languages
Python 71.7%
Cython 17.9%
C 8.3%
C++ 1.6%
PowerShell 0.2%
Other 0.2%