README.md: Update Python version dependence to 3.6.

This is needed for the __set_name__ descriptor method.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2020-08-22 20:35:23 -04:00
parent 20c511052a
commit 30c2891447

View File

@ -13,7 +13,7 @@ SETools uses the Python setuptools build system to build, and install.
As such it contains a setup.py script that will install the tools.
To run SETools command line tools, the following packages are required:
* Python 3.4+
* Python 3.6+
* NetworkX 2.0+
* setuptools
* libselinux