From df431c2cb5b40d037ee2715279c58385bcacfe6c Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Wed, 26 May 2010 22:09:02 +0200 Subject: [PATCH] Give explicitly the git clone command in the installation notes. --- doc/source/install.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/install.txt b/doc/source/install.txt index df77bb2e..2a84ef2e 100644 --- a/doc/source/install.txt +++ b/doc/source/install.txt @@ -5,6 +5,14 @@ Obtain the source from the git-repository at `http://github.com/stefanv/scikits.image `_. +by running + +:: + + git clone http://github.com/stefanv/scikits.image.git + +in a terminal (You will need to have git installed on your machine). + The SciKit can be installed globally using ::