Skip to content

Commit e7b1114

Browse files
authored
Add package to conda-forge
1 parent 68c0431 commit e7b1114

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: README.rst

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ BrotliCFFI
55
:alt: Version
66
:target: https://pypi.org/project/brotlicffi
77

8+
.. image:: https://img.shields.io/conda/vn/conda-forge/brotlicffi
9+
:alt: Version-Conda
10+
:target: https://anaconda.org/conda-forge/brotlicffi
11+
812
.. image:: https://pepy.tech/badge/brotlicffi
913
:alt: Downloads
1014
:target: https://pepy.tech/project/brotlicffi
@@ -23,6 +27,12 @@ Install from PyPI:
2327
2428
$ python -m pip install brotlicffi
2529
30+
Install from Conda:
31+
32+
.. code-block::
33+
34+
$ conda install -c conda-forge brotlicffi
35+
2636
To use it simply, try this:
2737

2838
.. code-block:: python

0 commit comments

Comments
 (0)