From 4384f2d8a5a13373f7b1e3a85690903f5f229a3d Mon Sep 17 00:00:00 2001
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
Date: Fri, 3 Dec 2010 09:25:11 +0100
Subject: [PATCH] Like it or not, we depend on setuptools.

---
 README.rst      | 5 +++--
 doc/install.rst | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index 86065f0697..a884d76efd 100644
--- a/README.rst
+++ b/README.rst
@@ -25,8 +25,9 @@ Dependencies
 ============
 
 The required dependencies to build the software are python >= 2.5,
-NumPy >= 1.1, SciPy >= 0.6 (although having at least 0.7 is highly
-recommended and required by some modules) and a working C++ compiler.
+setuptools, NumPy >= 1.1, SciPy >= 0.6 (although having at least 0.7
+is highly recommended and required by some modules) and a working C++
+compiler.
 
 To run the tests you will also need nose >= 0.10.
 
diff --git a/doc/install.rst b/doc/install.rst
index 2b9c8fd567..6aa06ace98 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -47,8 +47,9 @@ Windows installer
 -----------------
 
 You can download a windows installer from `downloads
-<https://sourceforge.net/projects/scikit-learn/files/>`_
-in the project's web page.
+<https://sourceforge.net/projects/scikit-learn/files/>`_ in the
+project's web page. Note that must also have installed the packages
+numpy and setuptools.
 
 .. warning::
 
-- 
GitLab