= Installing ScrumPy on Red Hat systems = === (Thanks to Yatish Patil and Rajesh Kumar) === * Dependent libraries are installable by using "yum search library-name" or through source (*.tar.gz) files. * Default redhat/centos repos support few libraries, add "epel" repo to get additional libraries * Following libraries installed from source : wxtools, pysvn, scipy, wxpython, libsbml * Meschach doesn't have rpm file for redhat, and compiling from source gives errors. Hence convert (.deb) file available for debian/ubuntu system using alien tool available on ubuntu. For eg : > alien -r file.deb * While installing libsbml from source, copy python binding(*.py,*.pyc,_libsbml.o) files from src/bindings directory to python site packages directory.