Installation
To install the latest stable release of wrfup, use pip:
pip install wrfup
For testing purposes, you can also install from TestPyPI:
pip install -i https://test.pypi.org/simple/ wrfup==1.0.0
—
System Requirements
Python 3.8 or above.
The package is compatible with major operating systems (Linux, macOS, Windows).
Dependencies: The requirements.txt includes necessary dependencies such as xarray, scipy, netCDF4, and others.
Make sure to set up your environment before installing the package by running:
pip install -r requirements.txt