From f52ee1b1b26f94cb640a69175ef2616327970de1 Mon Sep 17 00:00:00 2001 From: Ray Zeng Date: Tue, 6 Aug 2019 15:19:57 -0700 Subject: [PATCH] fix Python version details in readme --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index fe5cce32..145d9f15 100644 --- a/README.rst +++ b/README.rst @@ -10,9 +10,9 @@ A Concrete Syntax Tree (CST) parser and serializer library for Python .. intro-start -LibCST parses Python 3.6 or Python 3.7 source code as a CST tree that keeps all formatting -details (comments, whitespaces, parentheses, etc). It's useful for building automated -refactoring (codemod) applications and linters. +LibCST parses Python 3.7 source code as a CST tree that keeps all formatting +details (comments, whitespaces, parentheses, etc). It's useful for building +automated refactoring (codemod) applications and linters. .. intro-end @@ -90,9 +90,9 @@ BinaryOperation( Installation ------------ -LibCST can be easily installed using most common Python packaging tools. We -recommend installing the latest stable release from `PyPI `_ -with pip: +LibCST requires Python 3.6+ and can be easily installed using most common Python +packaging tools. We recommend installing the latest stable release from +`PyPI `_ with pip: .. code-block:: shell