- Python (3.10 or later)
- cartopy (0.22 or later)
- matplotlib (3.8 or later)
- numpy (1.24 or later)
mplotutils itself is a pure Python package, but its dependencies are not. The easiest way to get them installed is to use conda or mamba.
mamba install -c conda-forge cartopy xarray
mplotutils is not available from pypi or conda-forge, therefore it needs to be installed using pip directly from github.
pip install git+https://github.com/mathause/mplotutils
Go to the newest release on github, copy the URL of the *.tar.gz
source file at the bottom and then use pip to install it (i.e. pip install ...
).