Installing CIG
CIG is included in the concepts path and will be automatically installed when installing Concepts.
To the directory visible, set the environment variable PYTHONPATH. If CONCEPTSPATH is set already to your Concepts directory, then add for bash in your .bashrc
export PYTHONPATH="$CONCEPTSPATH/python/cig/:$PYTHONPATH"
For csh add in your .cshrc
setenv PYTHONPATH "$CONCEPTSPATH"/python/cig/:"$PYTHONPATH"
Otherwise, use the full path.
CIG uses the Python packages
python-tk
and
scipy
, to which you easily install with most of Linux distributions. For instance with Ubuntu
sudo apt-get install python-tk python-scipy