mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
Update Python version in README (#911)
As per the author's comment here, Python 2.6 is no longer supported. https://github.com/davidhalter/jedi-vim/issues/866#issuecomment-409852888
This commit is contained in:
committed by
Daniel Hahler
parent
42d24387ac
commit
d02a72e792
@@ -72,9 +72,8 @@ Installation
|
|||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
You need a VIM version that was compiled with Python 2.6 or later
|
You need a VIM version that was compiled with Python 2.7 or later
|
||||||
(``+python`` or ``+python3``), which is typical for most distributions on
|
(``+python`` or ``+python3``). You can check this from within VIM using
|
||||||
Linux. 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)`` (use ``:python`` for Python 2).
|
||||||
|
|
||||||
Manual installation
|
Manual installation
|
||||||
|
|||||||
Reference in New Issue
Block a user