DOC: clarify version of ActivePython that includes pandas (#19964) · pandas-dev/pandas@a7a7f8c (original) (raw)

`@@ -137,7 +137,10 @@ pandas can be installed via pip from

`

137

137

`Installing with ActivePython

`

138

138

`~~~~~~~~~~~~~~~~~~~~~~~~~~~~

`

139

139

``

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.

`

141

144

``

142

145

`Installing using your Linux distribution's package manager.

`

143

146

`~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

`

`@@ -303,5 +306,5 @@ Optional Dependencies

`

303

306

``

304

307

` Without the optional dependencies, many useful features will not

`

305

308

` 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

``

307

310

`` http://enthought.com/products/canopy`__ may be worth considering.

``