diff --git a/README.rst b/README.rst index 5e4861c..8376a50 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,10 @@ You might want to use `pathogen `_ to install jedi in VIM. Also you need a VIM version that was compiled with ``+python``, which is typical for most distributions on Linux. +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`` +in your jedi-vim repository. + The autocompletion can be used with , if you want it to work with you can use `supertab `_.