diff --git a/README.md b/README.md index 7d9725d..65bb4ae 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ PyPI + + Conda Version + Apache-2.0 diff --git a/docs/index.rst b/docs/index.rst index 8156367..a858d93 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,6 +13,10 @@ Torch Autodiff Multicharge :target: https://pypi.org/project/tad-multicharge/ :alt: PyPI +.. image:: https://anaconda.org/conda-forge/tad-multicharge + :target: https://img.shields.io/conda/vn/conda-forge/tad-multicharge.svg + :alt: Conda Version + .. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :target: http://www.apache.org/licenses/LICENSE-2.0 :alt: Apache-2.0 diff --git a/docs/installation.rst b/docs/installation.rst index 0705b11..64961ef 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -4,6 +4,10 @@ Installation pip ~~~ +.. image:: https://img.shields.io/pypi/v/tad-multicharge + :target: https://pypi.org/project/tad-multicharge/ + :alt: PyPI + *tad-multicharge* can easily be installed with ``pip``. .. code:: @@ -13,6 +17,10 @@ pip conda ~~~~~ +.. image:: https://anaconda.org/conda-forge/tad-multicharge + :target: https://img.shields.io/conda/vn/conda-forge/tad-multicharge.svg + :alt: Conda Version + *tad-multicharge* is also available from ``conda``. .. code::