8000 replacing old reference from EPD to Canopy by dpinte · Pull Request #5102 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

replacing old reference from EPD to Canopy #5102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
replacing old reference from EPD to Canopy
  • Loading branch information
dpinte committed Sep 23, 2014
commit 1414e3169568bc68585802d87996da6d093991f7
7 changes: 4 additions & 3 deletions doc/source/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================
Expand Down
0