Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.09 KB

installation.md

File metadata and controls

34 lines (22 loc) · 1.09 KB

Installation

Required dependencies

Optional dependencies

Instructions

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.

Install development version

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

Install latest released version

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 ...).