You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/install.rst
+6-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ cross platform distribution for data analysis and scientific computing.
12
12
This is the recommended installation method for most users.
13
13
14
14
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
16
16
`development version <http://github.com/pandas-dev/pandas>`__ are also provided.
17
17
18
18
Python version support
@@ -134,6 +134,10 @@ pandas can be installed via pip from
134
134
135
135
pip install pandas
136
136
137
+
Installing pandas with ActivePython
138
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139
+
140
+
Installation instructions for ActivePython can be found `here <https://www.activestate.com/activepython/downloads>`__.
137
141
138
142
Installing using your Linux distribution's package manager.
Without the optional dependencies, many useful features will not
301
305
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
303
307
<http://enthought.com/products/canopy>`__ may be worth considering.
0 commit comments