aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormseri <mseri@users.noreply.github.com>2015-12-12 22:41:09 +0000
committerJustin M. Keyes <justinkz@gmail.com>2015-12-12 20:56:17 -0500
commitf183cc14de40542899f1bad44943695b0ccf0e5c (patch)
treef7aa91c758c2c1ba51812a08d14dc13da0c68424
parent5c4a5d067731c72f12344130da200049f4e53bca (diff)
downloadrneovim-f183cc14de40542899f1bad44943695b0ccf0e5c.tar.gz
rneovim-f183cc14de40542899f1bad44943695b0ccf0e5c.tar.bz2
rneovim-f183cc14de40542899f1bad44943695b0ccf0e5c.zip
doc: nvim_python: mention --upgrade. #3832
-rw-r--r--runtime/doc/nvim_python.txt3
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*