summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2015-12-31 13:57:13 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2015-12-31 13:57:13 +0100
commitf68cadd7b1c4f5c4d4d94acce63f86d279925a7a (patch)
treef574eafc14cafacde05209d1389dd2bc6ad04fa2 /README.md
parentb057b7a22e6d9a290d607971cd5365ce75872d03 (diff)
downloadnumpy-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e63d2718e..6031279b0 100644
--- a/README.md
+++ b/README.md
@@ -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()'