Installation#

Installation method 2: Existing environment#

Install via conda/mamba

conda install -c conda-forge riverrem

Installation method 3: Repository clone#

Clone the GitHub repository and create a conda environment from the environment.yml

git clone https://github.com/opentopography/RiverREM.git
cd RiverREM
conda env create -n rem_env --file environment.yml

Confirm installation works#

After installing, you should be able to open a Python interpreter and import without errors:

from riverrem.REMMaker import REMMaker

Continue to the Quickstart to start making REMs.