Skip to content

Commit

Permalink
Merge pull request #5 from adafruit/pypi-readme-update
Browse files Browse the repository at this point in the history
PyPI readme update
  • Loading branch information
brennen committed Oct 31, 2018
2 parents 61abf41 + b26b341 commit 2ae40d2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.rst
Expand Up @@ -31,9 +31,15 @@ This is easily achieved by downloading
Installing from PyPI
--------------------

On the Raspberry Pi and other Linux systems, you can install the driver locally
`from PyPI <https://pypi.org/project/adafruit-circuitpython-as726x/>`_. 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-as726x/>`_. To install for
current user:

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

.. code-block:: shell
Expand Down

0 comments on commit 2ae40d2

Please sign in to comment.