Installation

mannkendall (Python) is available on pypi, which should make its installation straighforward. In a terminal, type:

pip install mannkendall

And that will take care of things. mannkendall (Python) uses semantic versioning.

The most recent release of mannkendall (Python) (github) is also available for download from its Github repository.

Requirements

mannkendall (Python) is compatible with the following python versions:

        "https://doi.org/10.5194/amt-2020-178.",

Furthermore, mannkendall (Python) relies on the following external modules, which will be automatically installed by pip if required:

    long_description=long_description,
    long_description_content_type="text/markdown",
    python_requires='>=3.8.0',

Testing the installation

The most basic test you can do, to see if the installation was successful, is to verify the version of the package:

import mannkendall
mannkendall.__version__