Skip to content

Commit fcc970a

Browse files
authored
[docs] Add conda downloads badge (#6546)
* Update README.rst * Update README.rst
1 parent 4842832 commit fcc970a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

python-package/README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LightGBM Python-package
22
=======================
33

4-
|License| |Python Versions| |PyPI Version| |Downloads| |API Docs|
4+
|License| |Python Versions| |PyPI Version| |PyPI Downloads| |conda Downloads| |API Docs|
55

66
Installation
77
------------
@@ -294,7 +294,9 @@ To check that a contribution to the package matches its style expectations, run
294294
:target: https://pypi.org/project/lightgbm
295295
.. |PyPI Version| image:: https://img.shields.io/pypi/v/lightgbm.svg?logo=pypi&logoColor=white
296296
:target: https://pypi.org/project/lightgbm
297-
.. |Downloads| image:: https://pepy.tech/badge/lightgbm
297+
.. |PyPI Downloads| image:: https://img.shields.io/pepy/dt/lightgbm?logo=pypi&logoColor=white&label=pypi%20downloads
298298
:target: https://pepy.tech/project/lightgbm
299+
.. |conda Downloads| image:: https://img.shields.io/conda/d/conda-forge/lightgbm?logo=conda-forge&logoColor=white&label=conda%20downloads
300+
:target: https://anaconda.org/conda-forge/lightgbm/files
299301
.. |API Docs| image:: https://readthedocs.org/projects/lightgbm/badge/?version=latest
300302
:target: https://lightgbm.readthedocs.io/en/latest/Python-API.html

0 commit comments

Comments
 (0)