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 pysimplegui Install pyGen: git clone git@git.ia2.inaf.it:gino.tosti/pygen.git python setup.py bdist_wheel python -m pip install dist/GenDevice-0.1-py3-none-any.whl set enviroment variable: export $PYGEN=/home//pyGen To test the geneartor from command line: $>cd $PYGEN/test $>python genDevice.py -f testDeviceInterfaces.xls -p astrima -m tcs To test the generator with the GUI $>cd $PYGEN/test $>python runGenDeviceGUI.py