mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 10:07:23 +08:00
7d991d29242d652060a19bbaa977ba5ce0abe26c
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.
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.
Description
Languages
Python
71.7%
Cython
17.9%
C
8.3%
C++
1.6%
PowerShell
0.2%
Other
0.2%