Skip to content

Commit 258a36f

Browse files
committed
update installation instructions
1 parent 6cf3f1f commit 258a36f

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

docs/installation.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,34 @@
22

33
## Required dependencies
44

5-
- Python (3.11 or later)
6-
- [cartopy](http://scitools.org.uk/cartopy/) (0.23 or later)
7-
- [matplotlib](http://matplotlib.org/) (3.9 or later)
8-
- [numpy](http://www.numpy.org/) (1.26 or later)
9-
- [xarray](http://xarray.pydata.org/) (2024.7 or later)
5+
- Python
6+
- [cartopy](http://scitools.org.uk/cartopy/)
7+
- [matplotlib](http://matplotlib.org/)
8+
- [numpy](http://www.numpy.org/)
9+
- [xarray](http://xarray.pydata.org/)
1010

1111
## Optional dependencies
1212

13-
- [seaborn](https://seaborn.pydata.org/) (0.13 or later)
13+
- [seaborn](https://seaborn.pydata.org/)
1414

1515
## Instructions
1616

1717
### Install latest released version
1818

19-
mplotutils is now available on PyPi - and can be installed with `pip`:
19+
mplotutils is available on PyPi and can be installed with `pip`:
2020

2121
```bash
2222
python -m pip install mplotutils
2323
```
2424

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:
25+
mplotutils is available on conda-forge and can be installed with `conda` / `mamba`:
2726

2827
```bash
29-
mamba install -c conda-forge cartopy xarray
30-
python -m pip install mplotutils
28+
mamba install -c conda-forge mplotutils
3129
```
3230

3331
### Install development version
3432

3533
```bash
36-
pip install git+https://github.com/mpytools/mplotutils
34+
python -m pip install git+https://github.com/mpytools/mplotutils
3735
```

0 commit comments

Comments
 (0)