Emacs Python 自动补全--Elpy---Complete One Way May 25.2018

I .*********************************

Install annconda

II. ********************************

# Either of these

pip install rope
pip install jedi
# flake8 用来检查语法错误
pip install flake8
# importmagic 用来自动引入需要的包
pip install importmagic
# autopep8 用来检查PEP8规范
pip install autopep8
# yapf 用来格式化代码

pip install yapf

https://www.cnblogs.com/asmer-stone/p/5619015.html

III. emacs 最好的python編輯器

https://realpython.com/emacs-the-best-python-editor/

http://www.open-open.com/lib/view/open1451802607011.html

打开emacs运行 M-x package-refresh-contents加载新的库,然后运行M-x package-install RET elpy RET(RET即回车键)安装elpy


猜你喜欢

转载自blog.csdn.net/liufengl138/article/details/80455122