diff options
author | cookedm <cookedm@localhost> | 2007-04-05 19:24:10 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2007-04-05 19:24:10 +0000 |
commit | 85171803c141f9be21ce91e18957605d819641e0 (patch) | |
tree | 58f9ce05911a6bffb71bc46d0fb60ff5a09fc4fa /README.txt | |
parent | 9e17a29335f0ce11c80bbedab53df3fe293d67f7 (diff) | |
download | numpy-85171803c141f9be21ce91e18957605d819641e0.tar.gz |
Add note about running tests to the README.txt
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.txt b/README.txt index 46cf68258..4cdd7f82e 100644 --- a/README.txt +++ b/README.txt @@ -9,6 +9,10 @@ find it. You can help the process with a site.cfg file. If fast BLAS and LAPACK cannot be found, then a slower default version is used. +After installation, tests can be run with + +python -c 'import numpy; numpy.test()' + The most current development version is always available from a subversion repostiory: |