First, check out the SVN repository to obtain the latest version.
GASiC is a Python script library and does not need installation. If all
[Dependencies] are installed correctly, GASiC scripts can be run directly
from the main folder.
To use GASiC from any directory, you need to add GASiC to your PATH. Type the following line before using GASiC or add it to your .bashrc file (if you use bash):
export PATH=$PATH:/path/to/GASiC
This is required to run GASiC in the directory containing your data.
We recommend to add the GASiC main directory to your PYTHONPATH environment variable. On the console type:
export PYTHONPATH=$PYTHONPATH:/path/to/GASiC
This allows you to import the python scripts as modules in python and allows you to create powerful analysis routines easily.