From 804af6fb7c8d7c92d33926bb5cd81a79b27b351b Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 5 Dec 2011 02:58:44 -0800 Subject: [PATCH] DOC: Update installation instructions. --- doc/source/install.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/install.txt b/doc/source/install.txt index a3b42abd..476f6a8d 100644 --- a/doc/source/install.txt +++ b/doc/source/install.txt @@ -1,3 +1,13 @@ +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``:: + + easy_install scikits-image + Installation from source ------------------------