as root: yum install libXScrnSaver as user: python -m pip install --upgrade pip setuptools wheel python -m pip install Cheetah3 python -m pip install xlrd==2.0.1 python -m pip install openpyxl python -m pip install pandas (it could be already installed) python -m pip install pysimplegui Install pyGen: git clone git@git.ia2.inaf.it:gino.tosti/pygen.git source install.sh set enviroment variable: export $PYGEN=/home//pyGen To test the generator from command line (this allow to create multiple devices components from a single ICD): $>cd $PYGEN/test $>python genDevice.py -f -p astrima -m tcs To test the generator with the GUI (only single device component generation is supported) $>cd $PYGEN/test $>python runGenDeviceGUI.py