diff options
author | mseri <mseri@users.noreply.github.com> | 2015-12-12 22:41:09 +0000 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-12-12 20:56:17 -0500 |
commit | f183cc14de40542899f1bad44943695b0ccf0e5c (patch) | |
tree | f7aa91c758c2c1ba51812a08d14dc13da0c68424 | |
parent | 5c4a5d067731c72f12344130da200049f4e53bca (diff) | |
download | rneovim-f183cc14de40542899f1bad44943695b0ccf0e5c.tar.gz rneovim-f183cc14de40542899f1bad44943695b0ccf0e5c.tar.bz2 rneovim-f183cc14de40542899f1bad44943695b0ccf0e5c.zip |
doc: nvim_python: mention --upgrade. #3832
-rw-r--r-- | runtime/doc/nvim_python.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/nvim_python.txt b/runtime/doc/nvim_python.txt index 1c345b4532..a2fc968db4 100644 --- a/runtime/doc/nvim_python.txt +++ b/runtime/doc/nvim_python.txt @@ -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* |