Elpy Package Archive

This is the Emacs Lisp Package Archive for Elpy, the Emacs Python Development Environment. To install Elpy, please follow the instructions on the package homepage.

To use the package archive, please put the following into your .emacs. The package archive is not useful outside of the Emacs package manager.

(require 'package)
(add-to-list 'package-archives
             '("elpy" . "https://jorgenschaefer.github.io/packages/"))