
Ensure that pvm is installed (with shared libraries) and that
$PVM_ROOT and $PVM_ARCH are set in your environment!

To build Pypvm, cross your fingers and try:

  python setup.py build
  python setup.py install

This will copy the library and python file into the site-packages
folder of your python installation. 

Enter `python setup.py --help` for additional options (e.g. --prefix). 

You will probably need to execute the install command as root.
Beware: `sudo python ...` does not operate in the same environment as
your normal user account and may lack $PVM_ROOT and $PVM_ARCH.  Try
`sudo -i python setup.py install`.

--
Adapted by Raik Gruenberg
see also: http://biskit.pasteur.fr/install
