For RPM-based Linux distributions with access to the YUM installer, first install the relax dependencies with:
<source lang="bash">
yum install python
yum install scons
yum install wxPython
yum install grace
</source>
If you do not have root access but are in the sudo group, you can type:
<source lang="bash">
sudo yum install python