File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1414
1515## Instructions
1616
17- mplotutils itself is a pure Python package, but its dependencies are not.
18- The easiest way to get them installed is to use [ conda] ( http://conda.io/ ) or [ mamba] ( https://mamba.readthedocs.io/en/latest/ ) .
17+ ### Install latest released version
18+
19+ mplotutils is now available on PyPi - and can be installed with ` pip ` :
1920
2021``` bash
21- mamba install -c conda-forge cartopy xarray
22+ python -m pip install mplotutils
2223```
2324
24- mplotutils is not available from pypi or conda-forge, therefore it needs to be installed using pip directly from github.
25-
26-
27- ### Install latest released version
28-
29- mplotutils is now available on PyPi - install it with ` pip ` :
25+ Its not (yet) on conda-forge. To install it into a conda environment, add the required
26+ dependencies first before using pip to install mplotutils as well:
3027
3128``` bash
29+ mamba install -c conda-forge cartopy xarray
3230python -m pip install mplotutils
3331```
3432
35-
3633### Install development version
3734
3835``` bash
You can’t perform that action at this time.
0 commit comments