There are multiple ways to download RPMDrate to your computer:
-
Download and compile a stable release package as a tar gzipped file directly from the Computer Physics Communications Program Library (http://cpc.cs.qub.ac.uk).
-
Clone our git repository from
https://github.com/GreenGroup/RPMDrate.git
and easily follow along with the bleeding-edge development as it happens.
-
Use one of the automatic Python package installation tools, such as
pip
(recommended) oreasy_install
$ pip install rpmdrate
or
$ easy_install rpmdrate
The benefit of this approach is that all of the dependencies will be handled automatically for you. All you need is a reasonably recent Fortran 90/95 compiler for compiling the Fortran modules.