Installation ============ To install the latest stable release of **wrfup**, use `pip`: .. code-block:: bash pip install wrfup For testing purposes, you can also install from TestPyPI: .. code-block:: bash 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: .. code-block:: bash pip install -r requirements.txt