Skip to content

Commit

Permalink
Add "Quick start" section
Browse files Browse the repository at this point in the history
See #40.  Thanks @asmeurer for the suggestion!
  • Loading branch information
tkf committed May 19, 2013
1 parent ba59fa8 commit ab98b57
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rst
Expand Up @@ -37,6 +37,20 @@ not block your Emacs while your are editing.
.. _auto-complete: https://github.com/auto-complete/auto-complete


Quick start
===========

Install Jedi.el via el-get or MELPA (see install_ for more info) and
add this to your Emacs configuration::

(add-hook 'python-mode-hook 'jedi:setup)
(setq jedi:setup-keys t) ; optional
(setq jedi:complete-on-dot t) ; optional

If you install Jedi.el manually (BTW, you shouldn't!), you need to add
more stuff to it. See `manual install`_ section.


Requirements
============

Expand Down

0 comments on commit ab98b57

Please sign in to comment.