[GRASS-SVN] r59262 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 15 14:06:22 PDT 2014


Author: neteler
Date: 2014-03-15 14:06:22 -0700 (Sat, 15 Mar 2014)
New Revision: 59262

Modified:
   grass/trunk/REQUIREMENTS.html
Log:
REQUIREMENTS.html: mention python-dateutil; mention python-pillow

Modified: grass/trunk/REQUIREMENTS.html
===================================================================
--- grass/trunk/REQUIREMENTS.html	2014-03-15 18:59:59 UTC (rev 59261)
+++ grass/trunk/REQUIREMENTS.html	2014-03-15 21:06:22 UTC (rev 59262)
@@ -149,10 +149,15 @@
 <a href="http://numpy.org">http://numpy.org</a>
 </li>
 
-<li><b>Python Imaging Library</b> (highly recommended for wxGUI and necessary for wxGUI Cartographic Composer)<br>
-<a href="http://www.pythonware.com/products/pil">http://www.pythonware.com/products/pil</a>
+<li><b>Python dateutil Library</b> ("python-dateutil", needed for the tgrass modules t.*)<br>
+<a href="http://labix.org/python-dateutil">http://labix.org/python-dateutil</a>
 </li>
 
+<li><b>Python Imaging Library or PILLOW</b> (highly recommended for wxGUI and necessary for wxGUI Cartographic Composer)<br>
+<a href="http://www.pythonware.com/products/pil">http://www.pythonware.com/products/pil</a>,
+a newer version is "python-pillow"
+</li>
+
 <li><b>FFMPEG</b> (for direct rendering of animations from wxNVIZ),
     including libavcodec, libavformat, libswscale <br>
 <a href="http://ffmpeg.org">http://ffmpeg.org</a>



More information about the grass-commit mailing list