Skip to content

Commit a7a7f8c

Browse files
DOC: clarify version of ActivePython that includes pandas (pandas-dev#19964)
1 parent b167483 commit a7a7f8c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/install.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ pandas can be installed via pip from
137137
Installing with ActivePython
138138
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139139

140-
Installation instructions for `ActivePython <https://www.activestate.com/activepython>`__ can be found `here <https://www.activestate.com/activepython/downloads>`__.
140+
Installation instructions for
141+
`ActivePython <https://www.activestate.com/activepython>`__ can be found
142+
`here <https://www.activestate.com/activepython/downloads>`__. Versions
143+
2.7 and 3.5 include pandas.
141144

142145
Installing using your Linux distribution's package manager.
143146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -303,5 +306,5 @@ Optional Dependencies
303306

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

0 commit comments

Comments
 (0)