One, the installation of the package control
Sublime has a lot of plug-ins that provide very powerful features for us to write Python code that need to be installed separately.
The most convenient way to install these plugins is through the package control plug-in, which is actually a plug-in manager, to help us install, upgrade and remove plug-ins from sublime, which is very convenient for us to manage the plug-in, after installing it to install other plugins
Click the install package Control under the Tools menu to
Appears as shown to indicate installation complete
Second, the package control use the times wrong: there is No Packages Available for installation
The error situation is as follows:
CTRL + SHIFT + P, or through tools---Commandpalette, enter the install package, and then enter
The following error occurred:
Workaround:
Re-download the package control with the following address
Package Control Installation Source Address: Https://packagecontrol.io/installation
The file name after download is: Package Control.sublime-package, unzip it to the Add Control folder (Note that the folder name must be capitalized), and then copy the folder to C:\Users\ Administrator\appdata\roaming\sublime Text 3\packages\user (that is, Preferences and Browse Packages open paths)
Test Perfect solution
Sublime TEXT3 's Package control installation tutorial, and error resolution there is No Packages Available for installation