Skip to content

csdms-stack/grass-recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About grass

Home: https://grass.osgeo.org/

Package license: GPLv2

Recipe license: MIT

Summary: Geographic Resources Analysis Support System

Current build status

OSX: TravisCI

Current release info

Version: Anaconda-Server Badge Downloads: Anaconda-Server Badge

Installing grass

Installing grass from the csdms-stack channel can be achieved by adding csdms-stack to your channels with:

conda config --add channels csdms-stack

Once the csdms-stack channel has been enabled, grass can be installed with:

conda install grass

It is possible to list all of the versions of grass available on your platform with:

conda search grass --channel csdms-stack