[GRASS-SVN] r59856 - grass/branches/releasebranch_7_0

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 20 13:33:57 PDT 2014


Author: neteler
Date: 2014-04-20 13:33:57 -0700 (Sun, 20 Apr 2014)
New Revision: 59856

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

Modified: grass/branches/releasebranch_7_0/REQUIREMENTS.html
===================================================================
--- grass/branches/releasebranch_7_0/REQUIREMENTS.html	2014-04-20 20:33:21 UTC (rev 59855)
+++ grass/branches/releasebranch_7_0/REQUIREMENTS.html	2014-04-20 20:33:57 UTC (rev 59856)
@@ -55,6 +55,11 @@
 <a href="http://gdal.org">http://gdal.org</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>
@@ -118,7 +123,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>
 
@@ -126,11 +131,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