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. Then, install HydroCNHS from the setup.py.

# Need to move to the folder containing setup.py first.
python setup.py install

If you fail to install HydroCNHS due to the DEAP package, first downgrade setuptools to 57 and try to install HydroCNHS again.

pip install setuptools==57