From f91da63947871b35165c2d22f118260460d05abd Mon Sep 17 00:00:00 2001 From: Mark Liffiton Date: Mon, 2 Jul 2018 16:02:24 -0500 Subject: [PATCH] Add PyPI badge to README --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index ef61583..788ead7 100644 --- a/README.rst +++ b/README.rst @@ -18,6 +18,12 @@ WiringPi implements new functions for managing IO expanders. Quick Install ============= +.. image:: https://badge.fury.io/py/wiringpi.svg + :alt: PyPI version badge + :target: https://pypi.org/project/wiringpi/ + +The library is packaged on PyPI and can be installed with pip: + ``pip install wiringpi`` Usage