From e97254a5f38923dcacc92776981402f43d5e3523 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sat, 26 Aug 2017 16:18:33 -0400 Subject: [PATCH] Document in README that we accept Python 3 as well as Python 2.7 Signed-off-by: David A. Wheeler --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 793deb6..7b031ae 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ For more information, see: Flawfinder is designed for use on Unix/Linux/POSIX systems (including Cygwin, Linux-based systems, MacOS, and *BSDs) as a -command line tool. It requires Python 2 (version 2.7 or later). +command line tool. It requires Python 2.7 or Python 3. You can typically install flawfinder from its source code by doing this: tar xvzf FILENAME.tar.gz # Uncompress distribution file