Installation
Install HydroCNHS by pip.
pip install hydrocnhs
The other option is to manually install HydroCNHS, where users need to first clone or download the package from the HydroCNHS GitHub respository. Next, unzip the downloaded file. Next, open a terminal or the conda prompt and move to the directory containing setup.py. Then, users can install the package by the following command.
python setup.py install
Note if users would like to obtain the latest version (beta version), they can download the a package from the HydroCNHS GitHub respository and install it manually.