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 ------------------------