[GRASS-SVN] r72263 - grass/branches/releasebranch_7_4/temporal/t.rast.algebra
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 21 04:52:17 PST 2018
Author: neteler
Date: 2018-02-21 04:52:17 -0800 (Wed, 21 Feb 2018)
New Revision: 72263
Modified:
grass/branches/releasebranch_7_4/temporal/t.rast.algebra/t.rast.algebra.html
Log:
t.rast.algebra manual: explain python-ply installation requirement
Modified: grass/branches/releasebranch_7_4/temporal/t.rast.algebra/t.rast.algebra.html
===================================================================
--- grass/branches/releasebranch_7_4/temporal/t.rast.algebra/t.rast.algebra.html 2018-02-21 12:51:45 UTC (rev 72262)
+++ grass/branches/releasebranch_7_4/temporal/t.rast.algebra/t.rast.algebra.html 2018-02-21 12:52:17 UTC (rev 72263)
@@ -543,8 +543,19 @@
<h2>REFERENCES</h2>
+The use of this module requires the following software to be installed:
<a href="http://www.dabeaz.com/ply/">PLY(Python-Lex-Yacc)</a>
+<p>
+<div class="code"><pre>
+# Ubuntu/Debian
+sudo apt-get install python-ply
+
+# Fedora
+sudo dnf install python-ply
+</pre></div>
+
+
<h2>AUTHORS</h2>
Thomas Leppelt, Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
More information about the grass-commit
mailing list