From 28a0df1a325034e09b559e7ae56f72af68b1bcc3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 1 Sep 2019 19:45:48 +0000 Subject: [PATCH] INSTALL: Mention that Python 3 is supported. It worked fine but the INSTALL doc claimed that it didn't. --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 914c86ece6..c057f27e2b 100644 --- a/INSTALL +++ b/INSTALL @@ -60,9 +60,9 @@ The following packages are required to install PSPP: * Perl (http://www.perl.org/), version 5.005_03 or later. Perl is required during build but not after installation. - * Python (https://python.org/), version 2.7. Some tests require - Python; if it is missing, those tests will be skipped. PSPP - does not otherwise require Python. + * Python (https://python.org/), version 2.7 or later (Python 3 is + fine). Some tests require Python; if it is missing, those tests + will be skipped. PSPP does not otherwise require Python. * iconv, which should be installed as part of a Unix-like system. If you don't have a version already, you can install GNU -- 2.30.2