From 882c1053ee3ba365e8b4861a8de4a21b622a854e Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 12 Dec 2017 07:11:33 -0500 Subject: [PATCH] Update README.rst --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a27695a8..df77d3c5 100644 --- a/README.rst +++ b/README.rst @@ -63,10 +63,11 @@ fixed in the other decompilers. Requirements ------------ -This project requires Python 2.6 or later, PyPy 3-2.4, or PyPy-5.0.1. -Python versions 2.4-2.7 are supported in the python-2.4 branch. -The bytecode files it can read has been tested on Python bytecodes from -versions 1.5, 2.1-2.7, and 3.0-3.6 and the above-mentioned PyPy versions. +The code here can be run on Python versions 2.6 or later, PyPy 3-2.4, +or PyPy-5.0.1. Python versions 2.4-2.7 are supported in the +python-2.4 branch. The bytecode files it can read have been tested on +Python bytecodes from versions 1.5, 2.1-2.7, and 3.0-3.6 and the +above-mentioned PyPy versions. Installation ------------