Skip to content

Commit

Permalink
DOC: clarify version of ActivePython that includes pandas (#19964)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 2, 2018
1 parent b167483 commit a7a7f8c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ pandas can be installed via pip from
Installing with ActivePython
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Installation instructions for `ActivePython <https://www.activestate.com/activepython>`__ can be found `here <https://www.activestate.com/activepython/downloads>`__.
Installation instructions for
`ActivePython <https://www.activestate.com/activepython>`__ can be found
`here <https://www.activestate.com/activepython/downloads>`__. Versions
2.7 and 3.5 include pandas.

Installing using your Linux distribution's package manager.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -303,5 +306,5 @@ Optional Dependencies

Without the optional dependencies, many useful features will not
work. Hence, it is highly recommended that you install these. A packaged
distribution like `Anaconda <http://docs.continuum.io/anaconda/>`__, `ActivePython <https://www.activestate.com/activepython/downloads>`__, or `Enthought Canopy
distribution like `Anaconda <http://docs.continuum.io/anaconda/>`__, `ActivePython <https://www.activestate.com/activepython/downloads>`__ (version 2.7 or 3.5), or `Enthought Canopy
<http://enthought.com/products/canopy>`__ may be worth considering.

0 comments on commit a7a7f8c

Please sign in to comment.