Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 9, 2014
1 parent ceda884 commit c40af9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README
Expand Up @@ -10,6 +10,11 @@ $ cd ccsgp_get_started/
$ virtualenv-2.7 env
$ ./pip install -r requirements.txt
$ ./python -m pyana -h
$ ./python -m pyana <subname>
$ ./python -m pyana <country-initial>

produce all plots:
$ for i in `find examplesDir/input/examples/gp_datdir/* -type d`; do ./python -m pyana `basename $i`; done
$ open examplesDir/examples/gp_datdir/*.pdf

make_plot example function call in pyana/examples/gp_datdir.py.
symlink pyanaDir to somewhere else to get started on your own data.

0 comments on commit c40af9b

Please sign in to comment.