1.ST3 Download Address:
Http://www.sublimetext.com/3
2. Install the sublime Text build 3114 Setup.exe application.
The advantages of 3.ST3 tools are lightweight, simple tools. So sometimes you need to rely on some plug-ins. To use a number of plug-ins to extend the Sublime text feature, you need to install a plugin manager called Package Control-something you have to install manually. But once you've installed it, you can use Package control to install, remove, or upgrade all the ST3 plugins.
4. Now you can use the shortcut key cmd+shift+p to open Package control to install the other plug-ins. Enter install then you can see the Package control:install Package on the screen, click Enter and search for the plugin you want (such as Anaconda)
5. Install Anaconda Plugin
Click the package control-> input you just generated install
Enter the installation interface, install and then enter Anaconda in the new Window command line and click on the first option to install. The messages document is displayed when the installation is complete.
6 because the Anaconda plugin itself cannot know the path to the Python installation, you need to set the actual location of the Python main program. Select the Settings-default option to search for "Python_interpreter" key,
and type the disk location of the Python main program.
"Python_interpreter": "Python install location",
7. Select the Settings-users option and type the following JSON data. Save, restart ST3.
{
"Python_interpreter": "Python Installation location/python.exe",
"Suppress_word_completions": true,
"Suppress_explicit_completions": true,
"Complete_parameters": true,
}