Skip to content

Commit

Permalink
PyPI readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
kattni authored Oct 31, 2018
1 parent c6b9d5c commit 5fcd486
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ your device.
Installing from PyPI
--------------------

On the Raspberry Pi, you can install the driver locally
`from PyPI <https://pypi.org/project/adafruit-circuitpython-ads1x15/>`_. To
install system-wide, use:
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/adafruit-circuitpython-ads1x15/>`_. To install for current user:

.. code-block:: shell
pip3 install adafruit-circuitpython-ads1x15
To install system-wide (this may be required in some cases):

.. code-block:: shell
Expand Down

0 comments on commit 5fcd486

Please sign in to comment.