diff options
author | Didrik Pinte <dpinte@enthought.com> | 2014-09-23 09:55:57 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-09-23 20:40:14 +0200 |
commit | 7be6655c34c2e25232964079818fffe0d7d03696 (patch) | |
tree | 6967c8119147ec9427f8bedaa5d899513d7e2507 /doc | |
parent | 0cabea84fa0c21ca614f9187e56318f328d964b1 (diff) | |
download | numpy-7be6655c34c2e25232964079818fffe0d7d03696.tar.gz |
DOC: replacing old reference from EPD to Canopy
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/user/install.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/user/install.rst b/doc/source/user/install.rst index 9d6f61e65..1da664e08 100644 --- a/doc/source/user/install.rst +++ b/doc/source/user/install.rst @@ -37,15 +37,16 @@ Most of the major distributions provide packages for NumPy, but these can lag behind the most recent NumPy release. Pre-built binary packages for Ubuntu are available on the `scipy ppa <https://edge.launchpad.net/~scipy/+archive/ppa>`_. Redhat binaries are -available in the `EPD <http://www.enthought.com/products/epd.php>`_. +available in the `Enthought Canopy +<https://www.enthought.com/products/canopy/>`_. Mac OS X -------- A universal binary installer for NumPy is available from the `download site <http://sourceforge.net/project/showfiles.php?group_id=1369& -package_id=175103>`_. The `EPD <http://www.enthought.com/products/epd.php>`_ -provides NumPy binaries. +package_id=175103>`_. The `Enthought Canopy +<https://www.enthought.com/products/canopy/>`_ provides NumPy binaries. Building from source ==================== |