intro.rst 655 B

123456789101112131415
  1. Introduction
  2. =============
  3. To work with ``pygrass`` you need an up-to-date version of GRASS GIS 7.
  4. You can obtain a recent version following the information provided on the
  5. `main Web site <http://grass.osgeo.org/download/software/>`_
  6. of GRASS, and you can read more about compilation on the
  7. `GRASS GIS Wiki <http://grasswiki.osgeo.org/wiki/Compile_and_Install>`_
  8. The only action before starting to work with ``pygrass`` is to launch
  9. GRASS GIS 7 and from the console launch ``python`` or ``ipython``
  10. (the second one is the recommended way)
  11. Read more about how to work with :doc:`gis`, :doc:`raster`, :doc:`vector`, :doc:`attributes`, :doc:`modules`.