summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcos <cos>2020-11-23 12:14:30 +0100
committercos <cos>2020-12-09 09:52:27 +0100
commita897041994130993ca6e40f2115a41eabbe51a27 (patch)
tree6ab69c6895c9dd25926a176179dca7d1ae78fa73
parent7e1949752f52ba5b8cd8316915be20c475fbd100 (diff)
downloaddeoplete.nvim-topic/pip_doc.zip
Improve pip installation instructionstopic/pip_doc
Make install instructions more helpful in cases where vim uses another version than the default one for the system. As e.g. currently is the case in Debian Bullseye. Where vim is compiled against libpython3.9, while the python3 package unconditionally depends on python3.8.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6fc3ccc..2ba3bc2 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ If `:echo has("python3")` returns `1`, then you have python 3 support; otherwise
You can enable Python3 interface with pip:
- pip3 install --user pynvim
+ python3 -m pip install --user pynvim
Please install nvim-yarp and vim-hug-neovim-rpc for Vim8.