From 4e2fd7cfa4624e27457deb83e0255e8c06dccad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Mon, 1 Dec 2014 21:52:15 -0500 Subject: [PATCH] DOC: add link to main website + refresh --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d107938e..6ceaf8ae 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,11 @@ Source ------ https://github.com/scikit-image/scikit-image -Mailing List ------------- -http://groups.google.com/group/scikit-image - Installation from source ------------------------ Refer to DEPENDS.txt for a list of dependencies. -The SciKit may be installed globally using +scikit-image may be installed globally using $ python setup.py install @@ -28,6 +24,14 @@ this path to your PYTHONPATH variable and compiling the extensions: $ python setup.py build_ext -i +Website (including the documentation) +------------------------------------- +http://scikit-image.org/ + +Mailing List +------------ +http://groups.google.com/group/scikit-image + License ------- Please read LICENSE.txt in this directory.