diff --git a/README.rst b/README.rst index 7d8c6d5..0c1de09 100644 --- a/README.rst +++ b/README.rst @@ -73,9 +73,9 @@ Installation Requirements ------------ -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). +You need a VIM version that was compiled with Python 3 or later +(``+python3``). You can check this from within VIM using +``:python3 import sys; print(sys.version)``. Manual installation -------------------