Skip to content

Commit

Permalink
Merge pull request #33 from gwrtheyrn/dev
Browse files Browse the repository at this point in the history
Added installation instructions (fixes #31)
  • Loading branch information
davidhalter committed Oct 19, 2012
2 parents 7b8988e + 22a5904 commit f4b4ef1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.rst
Expand Up @@ -50,6 +50,27 @@ There is also support for goto and renaming.
Get the latest from `github <http://github.com/davidhalter/jedi>`_. Get the latest from `github <http://github.com/davidhalter/jedi>`_.




Installation
============

You can either include Jedi as a submodule in your text editor plugin (like
jedi-vim_ does it by default), or you
can install Jedi systemwide.

The preferred way to install the Jedi library into your system is by using
pip_::

sudo pip install jedi

If you want to install the current development version::

sudo pip install -e git://github.com/davidhalter/jedi.git#egg=jedi

Note: This just installs the Jedi library, not the editor plugins. For
information about how to make it work with your editor, refer to the
corresponding documentation.


Support Support
======= =======


Expand Down Expand Up @@ -221,3 +242,8 @@ multiple text objects, in python 3 you could insert ``print``.
settings settings


Access to the ``settings.py`` module. The settings are described there. Access to the ``settings.py`` module. The settings are described there.



.. _jedi-vim: http://github.com/davidhalter/jedi-vim
.. _pip: http://www.pip-installer.org/

0 comments on commit f4b4ef1

Please sign in to comment.