Installation
=================
Install HydroCNHS by pip.

.. code-block:: python

   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 <https://github.com/philip928lin/HydroCNHS>`_. 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.

.. code-block:: python

   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 <https://github.com/philip928lin/HydroCNHS>`_ and install it manually.