Skip to content

Commit 0d790e7

Browse files
authored
Update README.md to availability on conda-forge (#76)
This PR - Adds conda-forge instructions to the installation section - Adds version badges for pypi and conda-forge (useful indicator that conda-forge update hasn't been approved)
1 parent cc6a3b4 commit 0d790e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@
55
[![Tests Status](https://github.com/typeddjango/pytest-mypy-plugins/actions/workflows/test.yml/badge.svg)](https://github.com/typeddjango/pytest-mypy-plugins/actions/workflows/test.yml)
66
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
77
[![Gitter](https://badges.gitter.im/mypy-django/Lobby.svg)](https://gitter.im/mypy-django/Lobby)
8+
[![PyPI](https://img.shields.io/pypi/v/pytest-mypy-plugins?color=blue)](https://pypi.org/project/pytest-mypy-plugins/)
9+
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/pytest-mypy-plugins.svg?color=blue)](https://anaconda.org/conda-forge/pytest-mypy-plugins)
810

911
## Installation
1012

13+
This package is available on [PyPI](https://pypi.org/project/pytest-mypy-plugins/)
14+
1115
```bash
1216
pip install pytest-mypy-plugins
1317
```
1418

19+
and [conda-forge](https://anaconda.org/conda-forge/pytest-mypy-plugins)
20+
21+
```bash
22+
conda install -c conda-forge pytest-mypy-plugins
23+
```
24+
1525
## Usage
1626

1727
### Running

0 commit comments

Comments
 (0)