User guide#

This section provides an overview of the main features and functionalities available in the library.

To get started with gwrefpy, you can follow these steps:

If you havenโ€™t installed the package yet, you can do so using pip:

pip install gwrefpy

or if you want to install the full version with all optional dependencies:

pip install gwrefpy[recommended]

If you already have the package installed, make sure to update it to the latest version:

pip install gwrefpy --upgrade