]> git.lyx.org Git - lyx.git/commitdiff
Update Python requirement in INSTALL
authorScott Kostyshak <skostysh@lyx.org>
Mon, 8 Feb 2021 03:13:23 +0000 (22:13 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Mon, 8 Feb 2021 03:13:23 +0000 (22:13 -0500)
Consistent with 92345167.

INSTALL

diff --git a/INSTALL b/INSTALL
index 2847ad807f80ac6f44c5584e9fa0a1b24351452a..f26fba6aa9059566d828eee546905487ba9363b2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -84,11 +84,10 @@ compile LyX with up-to-date translations (at least gettext version
 
 The two following programs should be available at configuration time:
 
-  o Python 2.7 must be installed. Python is used for many simple tasks
-    that are executed by external scripts, such as the automatic
-    configuration step and the import of older LyX documents with the
-    lyx2lyx script (this script is called automatically when opening a
-    file). Python 3 (3.3 or later) support is work in progress.
+  o Python (2.7 or 3.5 and newer) must be installed. Python is used for many
+    simple tasks that are executed by external scripts, such as the automatic
+    configuration step and the import of older LyX documents with the lyx2lyx
+    script (this script is called automatically when opening a file).
 
 
 Creating the Makefile