Emacs Python Auto-complement full--elpy

Source: Internet
Author: User

Installation method:

First, install some dependent packages:

      Install install to check for syntax errors install   Used to automatically introduce the required package  install  importmagic# autopep8 to check the PEP8 specification  Install Used to format code  install YAPF 

Then, in your home directory, create an. emacs file and write the following:

' Package ) ' package-archives             ' ("Elpy". "https://jorgenschaefer.github.io/packages/"))

Open Emacs Run M-x package-refresh-contents load new library and then run M-x package-install RET elpy RET (ret = enter) Install Elpy

Finally, add the contents below to the. emacs File

(package-Initialize) (elpy-enable)

Complete.

Reference:

Https://github.com/jorgenschaefer/elpy

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

http://codingpy.com/article/emacs-the-best-python-editor/

Https://www.emacswiki.org/emacs?action=browse;oldid=PythonMode;id=PythonProgrammingInEmacs#toc2

Https://elpy.readthedocs.io/en/latest/introduction.html#installation

Emacs Python Auto-complement full--elpy

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.