From d02a72e79254feb42401d49d7c28e90b45e4d823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henr=C3=A9=20Botha?= Date: Tue, 12 Feb 2019 14:30:02 +0100 Subject: [PATCH] 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 --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2a0fa2e..ec8188d 100644 --- a/README.rst +++ b/README.rst @@ -72,9 +72,8 @@ Installation Requirements ------------ -You need a VIM version that was compiled with Python 2.6 or later -(``+python`` or ``+python3``), which is typical for most distributions on -Linux. You can check this from within VIM using +You need a VIM version that was compiled with Python 2.7 or later +(``+python`` or ``+python3``). You can check this from within VIM using ``:python3 import sys; print(sys.version)`` (use ``:python`` for Python 2). Manual installation