8000 DOC: update install.rst to include ActivePython distribution by Dr-G · Pull Request #19908 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: update install.rst to include ActivePython distribution #19908

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 2, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clean up install warnings
  • Loading branch information
jreback committed Mar 2, 2018
commit 24eff5b109ee90ca47c35f33b7d5b67dd69a469b
16 changes: 8 additions & 8 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Installing pandas

.. _install.anaconda:

Installing pandas with Anaconda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Installing with Anaconda
~~~~~~~~~~~~~~~~~~~~~~~~

Installing pandas and the rest of the `NumPy <http://www.numpy.org/>`__ and
`SciPy <http://www.scipy.org/>`__ stack can be a little
Expand Down Expand Up @@ -58,8 +58,8 @@ that folder).

.. _install.miniconda:

Installing pandas with Miniconda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Installing with Miniconda
~~~~~~~~~~~~~~~~~~~~~~~~~

The previous section outlined how to get pandas installed as part of the
`Anaconda <http://docs.continuum.io/anaconda/>`__ distribution.
Expand Down Expand Up @@ -134,10 +134,10 @@ pandas can be installed via pip from

pip install pandas

Installing pandas with ActivePython
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Installing with ActivePython
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Installation instructions for ActivePython can be found `here <https://www.activestate.com/activepython/downloads>`__.
Installation instructions for `ActivePython <https://www.activestate.com/activepython>`__ can be found `here <https://www.activestate.com/activepython/downloads>`__.

Installing using your Linux distribution's package manager.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -168,7 +168,7 @@ Installing from source
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.

Running the test suite
~~~~~~~~~~~~~~~~~~~~~~
----------------------

pandas is equipped with an exhaustive set of unit tests, covering about 97% of
the codebase as of this writing. To run it on your machine to verify that
Expand Down
0