File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
# sortedcontainers-pydantic
2
2
3
3
[ ![ 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 )
4
5
[ ![ Supported Python versions] ( https://img.shields.io/pypi/pyversions/sortedcontainers-pydantic )] ( https://pypi.org/project/sortedcontainers-pydantic/ )
5
6
[ ![ 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 )
6
7
[ ![ 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
46
47
pip install sortedcontainers-pydantic
47
48
```
48
49
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
+
49
56
## Usage approaches
50
57
51
58
There are three different ways you can use ` sortedcontainers-pydantic ` .
You can’t perform that action at this time.
0 commit comments