======================
Anaconda package lists
======================

All packages available in the latest release of Anaconda are listed on the
pages linked below. These packages may be installed with the command
``conda install PACKAGENAME`` and are located in the
`package repository <http://repo.continuum.io/pkgs/>`_.

Click the links below to see which packages are available for each version
of Python (3.6, 3.5 or 2.7) and each operating system and architecture.

Anaconda is available for 64 and 32 bit Windows, macOS, and 64 and 32 bit Linux
on the Intel and AMD x86 and x86-64 CPU architectures, and for 64 bit Linux on
the IBM Power CPU architecture.

An `RSS feed <http://repo.continuum.io/pkgs/rss.xml>`_ is updated each time a
new package is added to the Anaconda package repository.

To request a package not listed on this page, please create an issue on
the `Anaconda issues page <https://github.com/ContinuumIO/anaconda-issues/issues>`_.

+--------------------------------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------------+
|                                | Python 3.6                                             | Python 3.5                                             | Python 2.7                                             |
+--------------------------------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------------+
| 64-bit Windows                 | :doc:`64-bit Windows, Py3.6 <py3.6_win-64>`            | :doc:`64-bit Windows, Py3.5 <py3.5_win-64>`            | :doc:`64-bit Windows, Py2.7 <py2.7_win-64>`            |
+--------------------------------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------------+
| 32-bit Windows                 | :doc:`32-bit Windows, Py3.6 <py3.6_win-32>`            | :doc:`32-bit Windows, Py3.5 <py3.5_win-32>`            | :doc:`32-bit Windows, Py2.7 <py2.7_win-32>`            |
+--------------------------------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------------+
| macOS                          | :doc:`macOS, Py3.6 <py3.6_osx-64>`                     | :doc:`macOS, Py3.5 <py3.5_osx-64>`                     | :doc:`macOS, Py2.7 <py2.7_osx-64>`                     |
+--------------------------------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------------+
| 64-bit Linux                   | :doc:`64-bit Linux, Py3.6 <py3.6_linux-64>`            | :doc:`64-bit Linux, Py3.5 <py3.5_linux-64>`            | :doc:`64-bit Linux, Py2.7 <py2.7_linux-64>`            |
+--------------------------------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------------+
| 32-bit Linux                   | :doc:`32-bit Linux, Py3.6 <py3.6_linux-32>`            | :doc:`32-bit Linux, Py3.5 <py3.5_linux-32>`            | :doc:`32-bit Linux, Py2.7 <py2.7_linux-32>`            |
+--------------------------------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------------+
| 64-bit Linux on IBM Power CPUs | :doc:`Linux on IBM Power, Py3.6 <py3.6_linux-ppc64le>` | :doc:`Linux on IBM Power, Py3.5 <py3.5_linux-ppc64le>` | :doc:`Linux on IBM Power, Py2.7 <py2.7_linux-ppc64le>` |
+--------------------------------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------------+

.. toctree::
    :maxdepth: 1
    :hidden:

    py3.6_win-64
    py3.5_win-64
    py2.7_win-64
    py3.6_win-32
    py3.5_win-32
    py2.7_win-32
    py3.6_osx-64
    py3.5_osx-64
    py2.7_osx-64
    py3.6_linux-64
    py3.5_linux-64
    py2.7_linux-64
    py3.6_linux-32
    py3.5_linux-32
    py2.7_linux-32
    py3.6_linux-ppc64le
    py3.5_linux-ppc64le
    py2.7_linux-ppc64le
