From f183cc14de40542899f1bad44943695b0ccf0e5c Mon Sep 17 00:00:00 2001 From: mseri Date: Sat, 12 Dec 2015 22:41:09 +0000 Subject: doc: nvim_python: mention --upgrade. #3832 --- runtime/doc/nvim_python.txt | 3 +++ 1 file changed, 3 insertions(+) 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* -- cgit