]> git.lyx.org Git - lyx.git/commitdiff
Clarify python requirements.
authorEnrico Forestieri <forenr@lyx.org>
Thu, 19 Aug 2010 20:46:34 +0000 (20:46 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 19 Aug 2010 20:46:34 +0000 (20:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35179 a592a061-630c-0410-9148-cb99ea01b6c8

INSTALL.scons
README

index bad598a4d1bb6d5609a4cf28c3d9de4102a7f096..561d23b6f8fea32067cbc74ed3d364a405b8ca14 100644 (file)
@@ -30,7 +30,7 @@ Prerequisites:
 --------------
 
 * Python:
-  Python >= 2.6.0 is required to run scons, but Python >= 2.3 is used by
+  Python >= 2.6.0 is required to run scons, but Python >= 2.3.4 is used by
   lyx itself so the newer version is needed. Python is widely
   available on non-windows systems. Windows users can download and install
   python from http://www.python.org.
diff --git a/README b/README
index 5aec2a1a060ee2f217c92774bf744f7fa70defea..de437f7f66dbb12c1cec74ff73a3f65b97aa2048 100644 (file)
--- a/README
+++ b/README
@@ -33,10 +33,13 @@ What do I need to run LyX?
     A decent LaTeX2e installation (e.g. TeX Live for Linux, MikTeX for
     Windows).
 
-    Python 2.3 or later to convert old LyX files and for helper scripts
-    (note that you need at least Python 2.3.4 for exporting LyX files
+    Python 2.3 or later to convert old LyX files and for helper scripts.
+    Note 1: Python 2.3.4 or later is required for exporting LyX files
     to a pre-unicode format, as previous versions are affected by a bug
-    about the normalization of unicode strings)
+    about the normalization of unicode strings.
+    Note 2: Python 2.4.0 or later is required for the clean_dvi.py script,
+    which, however, is only used on Windows, where at least Python 2.6.0
+    is anyway recommended.
 
 How does the LyX version scheme work?