============
Installation
============

System requirements
===================

Operating systems: Navigator supports the same operating systems that
the Anaconda Distribution supports. These include:

* Windows Vista and newer, 32-bit or 64-bit.
* macOS, 64-bit.
* Ubuntu 14.04, 32-bit or 64-bit.

Python: Versions 2.7, 3.4, 3.5 and 3.6.

Installing Navigator
=====================

Navigator is automatically installed when you install :doc:`Anaconda <../install/index>`
version 4.0.0 or higher.

If you have `Miniconda <https://conda.io/docs/user-guide/install/index.html>`_
or an older version of Anaconda installed, you can install Navigator from an Anaconda Prompt
by running the command ``conda install anaconda-navigator``.

To start Navigator, see :doc:`Getting Started <getting-started>`.

Uninstalling Navigator
======================

To uninstall Anaconda Navigator, open the Anaconda Prompt (Terminal on macOS or
Linux), and enter this command::

    conda remove anaconda-navigator

To uninstall all of Anaconda see :doc:`../install/uninstall`.

Configuring Navigator to work with a local Anaconda Repository
==============================================================

If you're an Anaconda Enterprise subscriber, you can configure
Navigator to search for packages in your local Anaconda Repository
instead of searching on `Anaconda.org <http://anaconda.org>`_.

To configure Navigator to search in a local Anaconda Repository:

#. In the top menu bar's **Anaconda Navigator** menu (on macOS it's **File**),
   select Preferences.

   .. figure:: /img/navigator-preferences.png
      :width: 50%

      ..

   |

#. In the Anaconda API domain field, type the address of your local
   Anaconda Repository.

   .. figure:: /img/navigator-preferences-pane.png
      :width: 50%

      ..

   |

#. Click the Apply button.

#. At the top of the Navigator window, click the Sign in to Anaconda Cloud button.

#. In the Username and Password fields, type your Anaconda Repository
   username and password.

   .. figure:: /img/anaconda-repo-navigator-signin.png

      ..

   |

#. Click the Login button.
