Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 889 Bytes

installation.md

File metadata and controls

37 lines (25 loc) · 889 Bytes

Installation

Required dependencies

Optional dependencies

Instructions

Install latest released version

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

Install development version

pip install git+https://github.com/mpytools/mplotutils