Skip to content

Commit ada400e

Browse files
authored
Update README.rst
1 parent f0c17a0 commit ada400e

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ DiffuPy is a generalizable Python implementation of the numerous label propagati
1010
graph formats such as `JSON, CSV, GraphML, or GML <https://github.com/multipaths/DiffuPy/tree/master/examples>`_. Check
1111
out `DiffuPy's documentation here <https://diffupy.readthedocs.io/en/latest/>`_.
1212

13-
Installation
14-
------------
13+
Installation |pypi_version| |python_versions| |pypi_license|
14+
------------------------------------------------------------
1515
The latest stable code can be installed from `PyPI <https://pypi.python.org/pypi/diffupy>`_ with:
1616

1717
.. code-block:: sh
@@ -70,3 +70,12 @@ guarantee of maintenance, support, or back-up of data.
7070
.. |coverage| image:: https://codecov.io/gh/multipaths/diffupy/coverage.svg?branch=master
7171
:target: https://codecov.io/gh/multipaths/diffupy?branch=master
7272
:alt: Coverage Status
73+
74+
.. |python_versions| image:: https://img.shields.io/pypi/pyversions/diffupy.svg
75+
:alt: Stable Supported Python Versions
76+
77+
.. |pypi_version| image:: https://img.shields.io/pypi/v/diffupy.svg
78+
:alt: Current version on PyPI
79+
80+
.. |pypi_license| image:: https://img.shields.io/pypi/l/diffupy.svg
81+
:alt: Apache-2.0

0 commit comments

Comments
 (0)