1To run scripts in this directory, first run:
2
3export PYTHONPATH=$(readlink -f .):$PYTHONPATH
4
5from this directory.
6
7Then you can run any script.
8
9To get help on any script, type in python <script> --help, or refer to the
10header of the script for more information.
11