- Python (3.10 or later)
- cartopy (0.22 or later)
- matplotlib (3.8 or later)
- numpy (1.24 or later)
mplotutils is now available on PyPi - and can be installed with pip
:
python -m pip install mplotutils
Its not (yet) on conda-forge. To install it into a conda environment, add the required dependencies first before using pip to install mplotutils as well:
mamba install -c conda-forge cartopy xarray
python -m pip install mplotutils
pip install git+https://github.com/mpytools/mplotutils