Installation¶
A pre installed environment can be found here: The repository is located at:It can be checked out with hg mercurial using:
hg clone http://dev.knmi.nl/hg/adagucviewer cd adagucviewer
It can be updated by doing:
cd adagucviewer hg pull hg updateA stable version can be downloaded from the ADAGUC download page: Or the latest development version of the viewer can be downloaded directly from the repository:
For example you can do:
wget http://dev.knmi.nl/hg/adagucviewer/archive/tip.tar.gz tar -xzvf tip.tar.gz cd adagucviewer-<current branch>