From f9121003e4df71f6d526f14b0ab79c7c67de4df5 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 10 Feb 2012 02:46:20 -0800 Subject: [PATCH] DOC: Update installation instructions to match those on web page. --- doc/source/install.txt | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/doc/source/install.txt b/doc/source/install.txt index 476f6a8d..5aa3f43f 100644 --- a/doc/source/install.txt +++ b/doc/source/install.txt @@ -1,12 +1,29 @@ Pre-built installation ---------------------- -Scikits-image is distributed with the `Enthought Python Distribution (EPD) -`__ as well as with `Python(x,y) -`__. On systems that support setuptools, the package -can be installed with ``easy_install``:: +.. !! Also update scikits-image-web !! - easy_install scikits-image +`Windows binaries +`__ +are kindly provided by Christoph Gohlke. + +The latest stable release is also included as part of the `Enthought Python +Distribution (EPD) `__ and `Python(x,y) +`__. + +On systems that support setuptools, the package can be installed from the +`Python packaging index `__ using + + +:: + + easy_install -U scikits-image + +or + +:: + + pip -U scikits-image Installation from source ------------------------