Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Requirements for Ironing software #37

Open
David-Estevez opened this issue Feb 9, 2017 · 0 comments
Open

Document Requirements for Ironing software #37

David-Estevez opened this issue Feb 9, 2017 · 0 comments

Comments

@David-Estevez
Copy link
Contributor

Ironing (frangi filter) requires scikit-image >= 0.13, which currently is a development version. To install it, we need to follow these steps:

  1. Clone development repository:
$ git clone https://github.com/scikit-image/scikit-image.git
  1. Upgrade Cython to version cython>=0.21 (if that version isn't already installed)
$ sudo -H pip3 install --upgrade cython
  1. Installation:
$ cd scikit-image
$ sudo -H pip3 install -e .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant