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
Topic revision: r1 - 08 Sep 2023, KerstenSchmidt
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Concepts? Send feedback