[GRASS-SVN] r30436 - grass/trunk/swig/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 3 04:43:40 EST 2008
Author: hamish
Date: 2008-03-03 04:43:40 -0500 (Mon, 03 Mar 2008)
New Revision: 30436
Modified:
grass/trunk/swig/python/README
Log:
add URL for wiki examples
Modified: grass/trunk/swig/python/README
===================================================================
--- grass/trunk/swig/python/README 2008-03-03 09:11:59 UTC (rev 30435)
+++ grass/trunk/swig/python/README 2008-03-03 09:43:40 UTC (rev 30436)
@@ -5,6 +5,7 @@
Currently only a limited set of functions (those needed for
me) are wrapped.
+
How to INSTALL?
---------------
1. Install SWIG
@@ -16,6 +17,7 @@
It will create two files, python_grass6.py and _python_grass6.so.
+
How to use it?
--------------
@@ -26,6 +28,10 @@
mapset=python_grass6.G_mapset()
print mapset
+More examples can be found on the GRASS wiki site's Python page:
+ http://grass.gdf-hannover.de/wiki/GRASS_and_Python#Python-SWIG-GRASS_interface
+
+
DEBUGGING
----------
@@ -39,6 +45,7 @@
-----
See TODO in this directory.
+
AUTHOR
-----
More information about the grass-commit
mailing list