diff --git a/README.rst b/README.rst index 0c1de09..5825888 100644 --- a/README.rst +++ b/README.rst @@ -73,10 +73,16 @@ Installation Requirements ------------ -You need a VIM version that was compiled with Python 3 or later +- **Vim**: You need a VIM version that was compiled with Python 3 or later (``+python3``). You can check this from within VIM using ``:python3 import sys; print(sys.version)``. +- **Neovim**: You need a python environment with ``pynvim`` installed: +``pip install pynvim`` + +then check your environment is correctly setup from within Neovim using +``:checkhealth provider.python`` + Manual installation -------------------