diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-10 21:07:31 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-10 21:07:31 +0000 |
commit | 056a264e3445674172d5dc44a89d28a1c1891312 (patch) | |
tree | 44faeaf44883128fe4e7e496f9cc761256135d1f /README.txt | |
parent | 7451ebe97776507e769f2bf8f5f448aaa4c43305 (diff) | |
download | numpy-056a264e3445674172d5dc44a89d28a1c1891312.tar.gz |
Finished up numpy.numarray.alter_code1
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 7fae6be10..46cf68258 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ -NumPy (previously called SciPy core) is a replacement of Numeric Python that -adds the features of numarray. To install: +NumPy is a replacement of Numeric Python that adds the features of numarray. +To install: python setup.py install @@ -9,7 +9,8 @@ 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. -The current version is always available from a Subversion repostiory: +The most current development version is always available from a +subversion repostiory: http://svn.scipy.org/svn/numpy/trunk |