Skip to content

Commit 323594c

Browse files
authored
doc: fix mention of availability (mpytools#154)
1 parent d4e36ae commit 323594c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

docs/installation.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,22 @@
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
3230
python -m pip install mplotutils
3331
```
3432

35-
3633
### Install development version
3734

3835
```bash

0 commit comments

Comments
 (0)