Skip to content

Commit 5f3c8b5

Browse files
committed
Add conda-forge info to README
1 parent c4f3e0a commit 5f3c8b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# sortedcontainers-pydantic
22

33
[![PyPI](https://img.shields.io/pypi/v/sortedcontainers-pydantic.svg)](https://pypi.org/project/sortedcontainers-pydantic/)
4+
[![conda-forge feedstock](https://img.shields.io/conda/vn/conda-forge/sortedcontainers-pydantic.svg)](https://github.com/conda-forge/sortedcontainers-pydantic-feedstock)
45
[![Supported Python versions](https://img.shields.io/pypi/pyversions/sortedcontainers-pydantic)](https://pypi.org/project/sortedcontainers-pydantic/)
56
[![tests](https://github.com/drivendataorg/sortedcontainers-pydantic/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/drivendataorg/sortedcontainers-pydantic/actions/workflows/tests.yml?query=branch%3Amain)
67
[![codecov](https://codecov.io/gh/drivendataorg/sortedcontainers-pydantic/branch/main/graph/badge.svg)](https://codecov.io/gh/drivendataorg/sortedcontainers-pydantic)
@@ -46,6 +47,12 @@ sortedcontainers-pydantic is available on [PyPI](https://pypi.org/project/sorted
4647
pip install sortedcontainers-pydantic
4748
```
4849

50+
It is also available on [conda-forge](https://github.com/conda-forge/sortedcontainers-pydantic-feedstock). You can install it with
51+
52+
```bash
53+
conda install sortedcontainers-pydantic --channel conda-forge
54+
```
55+
4956
## Usage approaches
5057

5158
There are three different ways you can use `sortedcontainers-pydantic`.

0 commit comments

Comments
 (0)