]> git.lyx.org Git - features.git/blobdiff - INSTALL
Another witch hunting case: break-paragraph -> paragraph-break.
[features.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 10d5ae69f360204170cd62b2af927279df5132f3..999fcf9db43ac6d33895f23e6bceedfdc5e6c8ad 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -32,10 +32,10 @@ These four steps will compile, test and install LyX:
            if you want a smaller binary.
 
 
-Note for Subversion (SVN) checkouts
+Note for Git checkouts
 -----------------------------
 
-If you have checked this out from Subversion, you need to have:
+If you have checked this out from Git, you need to have:
 * automake >= 1.8
 * autoconf >= 2.59c
 * gettext >= 0.16.1
@@ -79,7 +79,9 @@ The two following programs should be available at configuration time:
     as. Otherwise, LyX will not be able to run a number of tests. Note
     that users can run these tests manually with Tools>Reconfigure.
 
-  o Python 2.3 or newer installed to be able to import older LyX files
+  o Python 2.4 or 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). Python 3.0 or later is not supported.