We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c0431 commit e7b1114Copy full SHA for e7b1114
README.rst
@@ -5,6 +5,10 @@ BrotliCFFI
5
:alt: Version
6
:target: https://pypi.org/project/brotlicffi
7
8
+.. image:: https://img.shields.io/conda/vn/conda-forge/brotlicffi
9
+ :alt: Version-Conda
10
+ :target: https://anaconda.org/conda-forge/brotlicffi
11
+
12
.. image:: https://pepy.tech/badge/brotlicffi
13
:alt: Downloads
14
:target: https://pepy.tech/project/brotlicffi
@@ -23,6 +27,12 @@ Install from PyPI:
23
27
24
28
$ python -m pip install brotlicffi
25
29
30
+Install from Conda:
31
32
+.. code-block::
33
34
+ $ conda install -c conda-forge brotlicffi
35
26
36
To use it simply, try this:
37
38
.. code-block:: python
0 commit comments