diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2015-12-31 13:57:13 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2015-12-31 13:57:13 +0100 |
commit | f68cadd7b1c4f5c4d4d94acce63f86d279925a7a (patch) | |
tree | f574eafc14cafacde05209d1389dd2bc6ad04fa2 /README.md | |
parent | b057b7a22e6d9a290d607971cd5365ce75872d03 (diff) | |
download | numpy-f68cadd7b1c4f5c4d4d94acce63f86d279925a7a.tar.gz |
DOC: update min nose version in import error message, and add note to README
Addresses comment in gh-4074.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ More information can be found at the website: * http://www.numpy.org -After installation, tests can be run with: +After installation, tests can be run (if ``nose`` is installed) with: python -c 'import numpy; numpy.test()' |