mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Merge pull request #1105 from hawkins/patch-1
Remove mention of Python 2.7 support in installation instructions
This commit is contained in:
@@ -73,9 +73,9 @@ Installation
|
|||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
You need a VIM version that was compiled with Python 2.7 or later
|
You need a VIM version that was compiled with Python 3 or later
|
||||||
(``+python`` or ``+python3``). You can check this from within VIM using
|
(``+python3``). You can check this from within VIM using
|
||||||
``:python3 import sys; print(sys.version)`` (use ``:python`` for Python 2).
|
``:python3 import sys; print(sys.version)``.
|
||||||
|
|
||||||
Manual installation
|
Manual installation
|
||||||
-------------------
|
-------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user