From 7097f5ae56bb977f993f208122e1e06b5c6081a5 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Sat, 4 Apr 2009 10:24:22 +0000 Subject: [PATCH] Mention nose for requirements. --- INSTALL.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 8f0979802d3b..b16af0ef781a 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -27,7 +27,12 @@ Building NumPy requires the following software installed: Python must also be compiled with the zlib module enabled. -__ http://www.python.org +2) nose__ (pptional) 0.10.3 or later + + This is required for testing numpy, but not for using it. + +Python__ http://www.python.org +nose__ http://somethingaboutorange.com/mrl/projects/nose/ Fortran ABI mismatch ====================