doc: nvim_python: mention --upgrade. #3832

This commit is contained in:
mseri
2015-12-12 22:41:09 +00:00
committed by Justin M. Keyes
parent 5c4a5d0677
commit f183cc14de

View File

@@ -49,6 +49,9 @@ To use Vim Python 2/3 plugins with Nvim, do the following:
>
$ pip3 install --user neovim
<
Note: If you previously installed the package, get the latest version by
appending the `--upgrade` flag to the commands above.
==============================================================================
*g:python_host_prog*