diff options
author | edschofield <edschofield@localhost> | 2006-01-05 00:27:06 +0000 |
---|---|---|
committer | edschofield <edschofield@localhost> | 2006-01-05 00:27:06 +0000 |
commit | 605f8a5533071a0939fb5cbbc94dafede8006074 (patch) | |
tree | 9b26432c299b0d3d80a4cf9c3d399d89a8c0f41d /README.txt | |
parent | 6a0653c0eabcc39a1a45565fc9dd21857c465aba (diff) | |
download | numpy-605f8a5533071a0939fb5cbbc94dafede8006074.tar.gz |
More documentation updates
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.txt b/README.txt index 2702300cd..384e08803 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,11 @@ -Scipy Core is a replacement of Numeric Python that adds the features -of numarray. To install: +NumPy (previously called SciPy core) is a replacement of Numeric Python that +adds the features of numarray. To install: python setup.py install -The setup.py script will take advantage of fast BLAS on your system if it can find it. You can help the process with a site.cfg file. +The setup.py script will take advantage of fast BLAS on your system if it can +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. |