Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.65 KB

README.md

File metadata and controls

58 lines (39 loc) · 2.65 KB

scikit-image: Image processing in Python

Image.sc forum Stackoverflow project chat

Installation from binaries

  • pip: pip install scikit-image
  • conda: conda install -c conda-forge scikit-image

Also see installing scikit-image.

Installation from source

Install dependencies using:

pip install -r requirements.txt

Then, install scikit-image using:

$ pip install .

If you plan to develop the package, you may run it directly from source:

$ pip install -e .  # Do this once to add package to Python path

Every time you modify Cython files, also run:

$ python setup.py build_ext -i  # Build binary extensions

License & copyright

See LICENSE.txt.

Citation

If you find this project useful, please cite:

Stéfan van der Walt, Johannes L. Schönberger, Juan Nunez-Iglesias, François Boulogne, Joshua D. Warner, Neil Yager, Emmanuelle Gouillart, Tony Yu, and the scikit-image contributors. scikit-image: Image processing in Python. PeerJ 2:e453 (2014) https://doi.org/10.7717/peerj.453