Skip to content

Commit

Permalink
Specify conda-forge channel for install docs
Browse files Browse the repository at this point in the history
Currently the conda default channel directs you to scikit-image 0.13.1, instead of the current stable release 0.14
Better to specify `conda install -c conda-forge scikit-image`
See scikit-image/skimage-web#48
  • Loading branch information
GenevieveBuckley authored Jun 13, 2018
1 parent 0967670 commit 04b7480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ On all other systems, install it via shell/command prompt::

If you are running Anaconda or miniconda, use::

conda install scikit-image
conda install -c conda-install scikit-image

2. Development Installation:
----------------------------
Expand Down

0 comments on commit 04b7480

Please sign in to comment.