Add example installation command

It's easier if an example installation command is there for you.
This commit is contained in:
justincheevers
2014-02-27 15:32:49 -08:00
committed by Justin Cheevers
parent d9a43db019
commit bbe2861fa1
2 changed files with 8 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ nagev (@np1)
Chris Lasher (@gotgenes) <chris.lasher@gmail.com> Chris Lasher (@gotgenes) <chris.lasher@gmail.com>
Doan Thanh Nam (@tndoan) Doan Thanh Nam (@tndoan)
Markus Koller (@toupeira) Markus Koller (@toupeira)
Justin Cheevers @justincheevers
@something are github user names. @something are github user names.

View File

@@ -73,6 +73,13 @@ The first thing you need after that is an up-to-date version of Jedi. You can
either get it via ``pip install jedi`` or with ``git submodule update --init`` either get it via ``pip install jedi`` or with ``git submodule update --init``
in your jedi-vim repository. in your jedi-vim repository.
Example Installation Command using Pathogen:
.. code-block:: sh
cd ~/.vim/bundle/ && git clone --recursive https://github.com/davidhalter/jedi-vim.git
On Arch Linux, you can also install jedi-vim from AUR: `vim-jedi On Arch Linux, you can also install jedi-vim from AUR: `vim-jedi
<https://aur.archlinux.org/packages/vim-jedi/>`__. <https://aur.archlinux.org/packages/vim-jedi/>`__.