============
Sublime Text
============

Sublime Text is a cross-platform text editor for code, markup and prose.

* `Download and Install Sublime Text <https://www.sublimetext.com/3>`_.

To use your Anaconda installation with Sublime Text:

* `Download Package control <https://packagecontrol.io/installation>`_.

* Open the Sublime Text command palette by pressing ctrl+shift+p (Windows, Linux) or cmd+shift+p (macOS).

* All Package Control commands begin with Package Control: , so start by typing Package.
  Select Package Control : Install Package.

  .. image:: /img/anaconda_st_install_package.png
     :height: 300px



* Search for `Conda <https://www.github.com/mandeep/sublime-text-conda>`_ in the command palette and select the Conda plugin.
  When the plugin is installed, a Package Control Message will open in the Sublime Text window.

  .. image:: /img/anaconda_st_install_conda.png
     :height: 300px



* Change the current Build System to Conda by accessing Tools -> Build System -> Conda in the menu bar.

  .. image:: /img/anaconda_st_build_system.png
     :height: 300px



* Access the Conda Commands with the Command Palette by searching for Conda.

  .. image:: /img/anaconda_st_conda_commands.png
     :height: 300px
