Skip to content

Commit d09b0b3

Browse files
authored
Update install.rst
PR associated with Issue pandas-dev#19845: update Installation webpage to include ActivePython distribution pandas-dev#19845 (comment) per @jreback
1 parent 1e4c50a commit d09b0b3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/source/install.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cross platform distribution for data analysis and scientific computing.
1212
This is the recommended installation method for most users.
1313

1414
Instructions for installing from source,
15-
`PyPI <http://pypi.python.org/pypi/pandas>`__, various Linux distributions, or a
15+
`PyPI <http://pypi.python.org/pypi/pandas>`__, `ActivePython <https://www.activestate.com/activepython/downloads>`__, various Linux distributions, or a
1616
`development version <http://github.com/pandas-dev/pandas>`__ are also provided.
1717

1818
Python version support
@@ -134,6 +134,10 @@ pandas can be installed via pip from
134134

135135
pip install pandas
136136

137+
Installing pandas with ActivePython
138+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139+
140+
Installation instructions for ActivePython can be found `here <https://www.activestate.com/activepython/downloads>`__.
137141

138142
Installing using your Linux distribution's package manager.
139143
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -299,5 +303,5 @@ Optional Dependencies
299303

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

0 commit comments

Comments
 (0)