Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ DiffuPy is a generalizable Python implementation of the numerous label propagati
graph formats such as `JSON, CSV, GraphML, or GML <https://github.com/multipaths/DiffuPy/tree/master/examples>`_. Check
out `DiffuPy's documentation here <https://diffupy.readthedocs.io/en/latest/>`_.

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

.. code-block:: sh
Expand Down Expand Up @@ -70,3 +70,12 @@ guarantee of maintenance, support, or back-up of data.
.. |coverage| image:: https://codecov.io/gh/multipaths/diffupy/coverage.svg?branch=master
:target: https://codecov.io/gh/multipaths/diffupy?branch=master
:alt: Coverage Status

.. |python_versions| image:: https://img.shields.io/pypi/pyversions/diffupy.svg
:alt: Stable Supported Python Versions

.. |pypi_version| image:: https://img.shields.io/pypi/v/diffupy.svg
:alt: Current version on PyPI

.. |pypi_license| image:: https://img.shields.io/pypi/l/diffupy.svg
:alt: Apache-2.0