How is that?
Linux/Unix
Most modern Linux distributions already have python install and there is no
installation. However in some cases the graphical toolkit is not installed and
on fedora for instance. Under fedora this would be resolved by running "yum
install tkinter".
Running the program is done by writing the following:
username@machine:~/pyGravsoft$./launcher.py
or
username@machine:~/pyGravsoft$python launcher.py
The program uses a absolute path to the binary fortran programs. This path
is given in the first line of geomodule.py and should be changed upon a new
installation.