1 =======================================
2 Elpy, the Emacs Lisp Python Environment
3 =======================================
5 Elpy is an Emacs package to bring powerful Python editing to Emacs. It
6 combines a number of other packages, both written in Emacs Lisp as
9 .. image:: https://secure.travis-ci.org/jorgenschaefer/elpy.png
11 :target: http://travis-ci.org/jorgenschaefer/elpy
18 You can find the documentation `on the wiki`__.
20 .. __: https://github.com/jorgenschaefer/elpy/wiki
25 You can also read the `detailed installation instructions`__.
27 .. __: https://github.com/jorgenschaefer/elpy/wiki/Installation
29 First, install the required Python packages:::
33 (Note: If you are installing the development version of elpy, do not
34 install the elpy Python package, but simply put the repository in your
37 Evaluate this in your ``*scratch*`` buffer:
42 (add-to-list 'package-archives
43 '("elpy" . "http://jorgenschaefer.github.io/packages/"))
46 Then run ``M-x package-refresh-contents`` to load the contents of the
47 new repository, and ``M-x package-install RET elpy RET`` to install
50 Finally, add the following to your ``.emacs``: