[GRASS-SVN] r59504 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 28 16:46:00 PDT 2014


Author: hamish
Date: 2014-03-28 16:46:00 -0700 (Fri, 28 Mar 2014)
New Revision: 59504

Modified:
   grass/trunk/REQUIREMENTS.html
Log:
python now needed (#2236)

Modified: grass/trunk/REQUIREMENTS.html
===================================================================
--- grass/trunk/REQUIREMENTS.html	2014-03-28 22:40:14 UTC (rev 59503)
+++ grass/trunk/REQUIREMENTS.html	2014-03-28 23:46:00 UTC (rev 59504)
@@ -59,6 +59,11 @@
 <a href="https://svn.r-project.org/R/trunk/src/extra/xdr">https://svn.r-project.org/R/trunk/src/extra/xdr</a>
 </li>
 
+<li><b>Python >= 2.6</b> (for temporal framework, scripts, wxGUI, and ctypes interface)<br>
+<i>Note:</i> Python 3 support is still in development<br>
+<a href="http://www.python.org">http://www.python.org</a>
+</li>
+
 </ul>
 
 <h3>Optional requirements:</h3>
@@ -122,7 +127,7 @@
 <a href="http://www.unixodbc.org">http://www.unixodbc.org</a>
 </li>
 
-<li><b>R language</b> (for the R statistical language interface)<br>
+<li><b>R Statistics</b> (for the R statistical language interface)<br>
 <a href="http://cran.r-project.org">http://cran.r-project.org</a>
 </li>
 
@@ -130,11 +135,6 @@
   <a href="http://freetype.sourceforge.net">http://freetype.sourceforge.net</a>
 </li>
 
-<li><b>Python >= 2.6</b> (for wxGUI and ctypes interface)<br>
-<i>Note:</i> Python 3 is not supported<br>
-<a href="http://www.python.org">http://www.python.org</a>
-</li>
-
 <li><b>Ctypes</b> (for ctypes interface)<br>
 Ctypes can be added as a third-party module in Python 2.3 and 2.4
 - <a href="http://pypi.python.org/pypi/ctypes/1.0.2">http://pypi.python.org/pypi/ctypes/1.0.2</a><br>



More information about the grass-commit mailing list