The simplest method of installation is through the Sublime Text console. The console is accessed via the ctrl+` shortcut or the menu. Once open, paste the appropriate Python code for your version of Sublime Text into the console.
打开sublime ,按 ctrl+` 或者 view --> show Console 打开控制台
再打开 https://packagecontrol.io/installation
根据sublime 版本 copy import urllib.request,o...
再粘贴到 console,按下Enter,控制台初始化完成。
首先问度娘 找到Git上插件项目,点击branch选择版本(参考以上图),有开发版、发布版 各种版本,选择发布版本后 选择DownloadZip 进行下载。
把zip包解压去掉版本号,拷贝到packages(按Perferences -> Browse packages..) 下,重启sublime 完成。
插件搜寻地址: https://packagecontrol.io/
sublime plugs install / sublime 插件离线安装 插件 方法
原文地址:http://levana.blog.51cto.com/10236665/1651864