Document in README that we accept Python 3 as well as Python 2.7
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
339763c644
commit
e97254a5f3
2
README
2
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
|
||||
|
|
Loading…
Reference in New Issue