diff options
author | Robert Kern <rkern@enthought.com> | 2013-04-29 16:27:25 +0100 |
---|---|---|
committer | Robert Kern <rkern@enthought.com> | 2013-04-29 16:27:25 +0100 |
commit | c7c4d40895b5e7824a71e5673a7c1ad378c08638 (patch) | |
tree | a5de19018c03ddb3a55d5cd4b5d15e032bb34bde /tools/osxbuild | |
parent | a8805f65d25e7268a722da47d490167d99e1559f (diff) | |
download | numpy-c7c4d40895b5e7824a71e5673a7c1ad378c08638.tar.gz |
BUG: Fix some README links to point to www.numpy.org
Fixes #3288
Diffstat (limited to 'tools/osxbuild')
-rw-r--r-- | tools/osxbuild/docs/README.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/osxbuild/docs/README.txt b/tools/osxbuild/docs/README.txt index c83ce5e97..f7a8e2a37 100644 --- a/tools/osxbuild/docs/README.txt +++ b/tools/osxbuild/docs/README.txt @@ -10,12 +10,15 @@ It derives from the old Numeric code base and can be used as a replacement for N More information can be found at the website: -http://scipy.org/NumPy +http://www.numpy.org After installation, tests can be run with: python -c 'import numpy; numpy.test()' +Starting in NumPy 1.7, deprecation warnings have been set to 'raise' by +default, so the -Wd command-line option is no longer necessary. + The most current development version is always available from our git repository: |