diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2015-01-20 08:21:03 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2015-01-20 08:21:03 +0100 |
commit | 71c7a3938f545687431dd35fb454f9ecf5dee49d (patch) | |
tree | dc69cf1e8cb7b9ffc5147dc8809345ea57e42e46 /INSTALL.txt | |
parent | 4ed1587a7de85b4fa01dff8ef6e0e901a25f149c (diff) | |
download | numpy-71c7a3938f545687431dd35fb454f9ecf5dee49d.tar.gz |
DOC: update "build and install" page in user guide.
- add section on basic and parallel builds
- update links and remove outdated info
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 9c12ba602..01726df04 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -28,7 +28,7 @@ Building NumPy requires the following software installed: Python must also be compiled with the zlib module enabled. -2) nose__ (optional) 0.10.3 or later +2) nose__ (optional) 1.0 or later This is required for testing numpy, but not for using it. |