Get rid of documentation about pip install jedi

pip install jedi doesn't work with properly with virtualenvs, if jedi-vim is
used.
This commit is contained in:
Dave Halter
2019-06-20 23:15:07 +02:00
parent d32962f3b2
commit 636ad08d32
2 changed files with 11 additions and 20 deletions

View File

@@ -82,9 +82,8 @@ Manual installation
You might want to use `pathogen <https://github.com/tpope/vim-pathogen>`_ or
`Vundle <https://github.com/gmarik/vundle>`_ to install jedi-vim.
The first thing you need after that is an up-to-date version of Jedi. You can
either install it via ``pip install jedi`` or with
``git submodule update --init`` in your jedi-vim repository.
The first thing you need after that is an up-to-date version of Jedi. Install
``git submodule update --init --recursive`` in your jedi-vim repository.
Example installation command using Pathogen:
@@ -100,6 +99,9 @@ Add the following line in your `~/.vimrc`
Plugin 'davidhalter/jedi-vim'
For installing Jedi, ``pip install jedi`` will also work, but you might run
into issues when working in virtual environments. Please use git submodules.
Installation with your distribution
-----------------------------------