From 11b742ca28ffd097be1543466b401bd747f86682 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 8 Oct 2012 23:57:44 -0700 Subject: [PATCH] DOC: Fix pip command. --- doc/source/install.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/source/install.txt b/doc/source/install.txt index 81652ab1..7c886549 100644 --- a/doc/source/install.txt +++ b/doc/source/install.txt @@ -1,8 +1,6 @@ Pre-built installation ---------------------- -.. !! Also update scikit-image-web !! - `Windows binaries `__ are kindly provided by Christoph Gohlke. @@ -23,7 +21,7 @@ or :: - pip -U scikit-image + pip install -U scikit-image Installation from source ------------------------