Unverified Commit fcc970a1 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs] Add conda downloads badge (#6546)

* Update README.rst

* Update README.rst
parent 48428320
LightGBM Python-package LightGBM Python-package
======================= =======================
|License| |Python Versions| |PyPI Version| |Downloads| |API Docs| |License| |Python Versions| |PyPI Version| |PyPI Downloads| |conda Downloads| |API Docs|
Installation Installation
------------ ------------
...@@ -294,7 +294,9 @@ To check that a contribution to the package matches its style expectations, run ...@@ -294,7 +294,9 @@ To check that a contribution to the package matches its style expectations, run
:target: https://pypi.org/project/lightgbm :target: https://pypi.org/project/lightgbm
.. |PyPI Version| image:: https://img.shields.io/pypi/v/lightgbm.svg?logo=pypi&logoColor=white .. |PyPI Version| image:: https://img.shields.io/pypi/v/lightgbm.svg?logo=pypi&logoColor=white
:target: https://pypi.org/project/lightgbm :target: https://pypi.org/project/lightgbm
.. |Downloads| image:: https://pepy.tech/badge/lightgbm .. |PyPI Downloads| image:: https://img.shields.io/pepy/dt/lightgbm?logo=pypi&logoColor=white&label=pypi%20downloads
:target: https://pepy.tech/project/lightgbm :target: https://pepy.tech/project/lightgbm
.. |conda Downloads| image:: https://img.shields.io/conda/d/conda-forge/lightgbm?logo=conda-forge&logoColor=white&label=conda%20downloads
:target: https://anaconda.org/conda-forge/lightgbm/files
.. |API Docs| image:: https://readthedocs.org/projects/lightgbm/badge/?version=latest .. |API Docs| image:: https://readthedocs.org/projects/lightgbm/badge/?version=latest
:target: https://lightgbm.readthedocs.io/en/latest/Python-API.html :target: https://lightgbm.readthedocs.io/en/latest/Python-API.html
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment