Installation

Install HydroCNHS by pip.

pip install hydrocnhs

To install the latest version (beta version) of HydroCNHS, users can (1) install HydroCNHS by git.

pip install git+https://github.com/philip928lin/HydroCNHS.git

Or, (2) download the HydroCNHS package directly from the HydroCNHS GitHub repository.

# Need to move to the folder containing setup.py first.
pip install -e .