Update README.rst

Signed-off-by: Yang Deokgyu <secugyu@gmail.com>
This commit is contained in:
Yang Deokgyu
2019-09-04 11:33:12 +09:00
parent dd1946761c
commit a21ab60766

View File

@@ -18,20 +18,20 @@ WiringPi implements new functions for managing IO expanders.
Quick Install Quick Install
============= =============
.. image:: https://badge.fury.io/py/wiringpi.svg .. image:: https://badge.fury.io/py/odroid-wiringpi.svg
:alt: PyPI version badge :alt: PyPI version badge
:target: https://pypi.org/project/odroid-wiringpi/ :target: https://badge.fury.io/py/odroid-wiringpi
The library is packaged on PyPI and can be installed with pip: The library is packaged on PyPI and can be installed with pip:
``pip install wiringpi`` ``pip install odroid-wiringpi``
Usage Usage
===== =====
.. code:: python .. code:: python
import wiringpi import odroid_wiringpi as wiringpi
# One of the following MUST be called before using IO functions: # One of the following MUST be called before using IO functions:
wiringpi.wiringPiSetup() # For sequential pin numbering wiringpi.wiringPiSetup() # For sequential pin numbering