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
+11-7
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
@@ -25,8 +25,8 @@ Installing pandas
25
25
26
26
.. _install.anaconda:
27
27
28
-
Installing pandas with Anaconda
29
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28
+
Installing with Anaconda
29
+
~~~~~~~~~~~~~~~~~~~~~~~~
30
30
31
31
Installing pandas and the rest of the `NumPy <http://www.numpy.org/>`__ and
32
32
`SciPy <http://www.scipy.org/>`__ stack can be a little
@@ -58,8 +58,8 @@ that folder).
58
58
59
59
.. _install.miniconda:
60
60
61
-
Installing pandas with Miniconda
62
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
+
Installing with Miniconda
62
+
~~~~~~~~~~~~~~~~~~~~~~~~~
63
63
64
64
The previous section outlined how to get pandas installed as part of the
@@ -134,6 +134,10 @@ pandas can be installed via pip from
134
134
135
135
pip install pandas
136
136
137
+
Installing with ActivePython
138
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139
+
140
+
Installation instructions for `ActivePython <https://www.activestate.com/activepython>`__ can be found `here <https://www.activestate.com/activepython/downloads>`__.
137
141
138
142
Installing using your Linux distribution's package manager.
See the :ref:`contributing documentation <contributing>` for complete instructions on building from the git source tree. Further, see :ref:`creating a development environment <contributing.dev_env>` if you wish to create a *pandas* development environment.
165
169
166
170
Running the test suite
167
-
~~~~~~~~~~~~~~~~~~~~~~
171
+
----------------------
168
172
169
173
pandas is equipped with an exhaustive set of unit tests, covering about 97% of
170
174
the codebase as of this writing. To run it on your machine to verify that
@@ -299,5 +303,5 @@ Optional Dependencies
299
303
300
304
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