参考:http://www.cnblogs.com/waising/articles/3466120.html
1.下载sublime3 win版
http://www.sublimetext.com/3
2.配置python 环境
3.python 装好后,需要安装pip 工具
4.配置sublime3中所需要的packagecontroller
ctags
emmet
jsformat
packagecontrol
sublimepythonIDE
sublimecodeintel
sublimelinter
5.如果需要自动提示不符合pep8规范的代码位置,需要安装pep8包
(pip install pep8)