-
Notifications
You must be signed in to change notification settings - Fork 11
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.
-
Download or clone the pyDeltaRCM_WMT repository
-
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