Skip to content

Commit cd44802

Browse files
minor: Add version badges near installation instructions
1 parent def66c2 commit cd44802

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,16 @@ for i in range(10_000):
2929

3030
### From conda-forge
3131

32+
[![Conda version](https://img.shields.io/conda/vn/conda-forge/matplotlive.svg)](https://anaconda.org/conda-forge/matplotlive)
33+
3234
```console
3335
conda install -c conda-forge matplotlive
3436
```
3537

3638
### From PyPI
3739

40+
[![PyPI version](https://img.shields.io/pypi/v/matplotlive)](https://pypi.org/project/matplotlive/)
41+
3842
```console
3943
pip install matplotlive
4044
```

0 commit comments

Comments
 (0)