Skip to content

Installation of pyDeltaRCM

jay edited this page Jul 5, 2019 · 1 revision

pyDeltaRCM_WMT runs on Python 2.x, and is currently configured to be installed using setuptools.

Steps to Install pyDeltaRCM:

  1. Download or clone the pyDeltaRCM_WMT repository

  2. Run the following code from the directory pyDeltaRCM_WMT was saved in locally:

$ python setup.py install

The setuptools package should find any install any missing dependencies for pyDeltaRCM.

 

Python package dependencies for pyDeltaRCM are:

  • matplotlib
  • netCDF4
  • basic-modeling-interface
  • scipy
  • numpy
Clone this wiki locally