=====================
Anaconda Distribution
=====================

:emphasis:`Open Data Science Core`

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

    install/index
    packages/index
    user-guide/index
    navigator/index
    faq
    help-support
    release-notes
    glossary
    eula

Anaconda\ |reg| is a package manager, an environment manager, a Python
distribution, and a collection of :doc:`over 1,000+ open source packages <packages/pkg-docs>`.
It is free and easy to install, and it offers `free community support
<https://groups.google.com/a/anaconda.com/forum/?fromgroups#!forum/anaconda>`_.

Get the :download:`Anaconda Cheat Sheet <Anaconda-Starter-Guide-Cheat-Sheet.pdf>`
and then `download Anaconda <https://www.anaconda.com/downloads>`_.

Don't want the huge collection of 1,000+ software packages? Get
`Miniconda <http://conda.pydata.org/miniconda.html>`_.

Anaconda Navigator or conda?
============================

After you install Anaconda or Miniconda, if you prefer a desktop graphical
user interface (GUI) then use Navigator. If you prefer to use Anaconda prompt
(or Terminal on Linux or macOS), then use conda. You can also switch between them.

You can install, remove or update any Anaconda package with a few
clicks in Navigator, or with a single conda command in Anaconda Prompt
(Terminal on Linux or macOS).

**To try Navigator**, after installing Anaconda, click the Navigator icon on your
operating system's program menu, or in Anaconda prompt (or Terminal on Linux or
macOS), run the command ``anaconda-navigator``.

**To try conda**, after installing Anaconda or Miniconda, take the `30-minute
conda test drive <http://conda.pydata.org/docs/test-drive.html>`_, download
a `conda cheat sheet <http://conda.pydata.org/docs/_downloads/conda-cheatsheet.pdf>`_
and see `Using conda <http://conda.pydata.org/docs/using>`_ for fun things to do with conda.


Packages available in Anaconda
==============================

* Over :doc:`150 packages <packages/pkg-docs>` are automatically installed with Anaconda.
* Over 250 additional open source packages can be individually installed from the
  Anaconda repository with the  ``conda install`` command.
* Thousands of other packages are available from `Anaconda Cloud <https://anaconda.org/>`__.
* You can download other packages using the ``pip install`` command that is
  installed with Anaconda. `Pip packages
  <https://conda.io/docs/user-guide/tasks/manage-pkgs.html#installing-non-conda-packages>`_
  provide many of the features of conda packages and in most cases they can work together.
* You can also make your own `custom packages
  <http://conda.pydata.org/docs/building/build.html>`_ using
  the ``conda build`` command, and you can share them with
  others by uploading them to `Anaconda Cloud <http://anaconda.org>`__, PyPi or other repositories.

Previous versions
=================

Previous versions of Anaconda are available in the `archive <https://repo.continuum.io/archive/>`_.
For a list of packages included in each previous version, see :doc:`Old package lists <packages/oldpkglists>`.

Anaconda2 includes Python 2.7 and Anaconda3 includes Python 3.6. However, it
does not matter which one you download, because you can create new environments
that include any version of Python packaged with conda. See `Managing Python
with conda <http://conda.pydata.org/docs/py2or3.html>`_.

Product archive
===============

The following Anaconda products have been replaced and are no longer available to new users.
Documentation for these products is available for existing users only:

* :doc:`Anaconda Launcher </anaconda-launcher/index>` (replaced by
  :doc:`Anaconda Navigator <navigator/index>`).
* :doc:`Anaconda for Cluster Management  </anaconda-cluster/index>` (replaced
  by :doc:`Anaconda Scale </anaconda-scale/index>`).
* :doc:`NumbaPro </numbapro/index>` (`replaced
  <https://www.anaconda.com/blog/developer-blog/open-sourcing-anaconda-accelerate>`_
  by `Numba <http://numba.pydata.org/>`_).
* :doc:`Anaconda Accelerate </accelerate/index>` (`replaced
  <https://www.anaconda.com/blog/developer-blog/open-sourcing-anaconda-accelerate>`_
  by `Numba <http://numba.pydata.org/>`_).
* :doc:`MKL Optimizations </mkl-optimizations/index>` (now `freely available
  <https://www.anaconda.com/blog/developer-blog/anaconda-25-release-now-mkl-optimizations/>`_
  in Anaconda.)

Also, the former Anaconda product :doc:`IOPro </iopro/index>` `was open sourced
<https://www.anaconda.com/blog/developer-blog/working-efficiently-big-data-text-formats-using-free-software-0>`_.

Older versions of some of these components required
:doc:`license installation <user-guide/tasks/install-licenses>`.

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

   NumbaPro </numbapro/index>
   MKL Optimizations </mkl-optimizations/index>
   IOPro </iopro/index>
   Fusion </anaconda/fusion/index>

.. |reg| unicode:: U+000AE .. REGISTERED SIGN
