From b26b3414454db7a13aedf796137f333d07d80587 Mon Sep 17 00:00:00 2001 From: Kattni Date: Wed, 31 Oct 2018 17:03:39 -0400 Subject: [PATCH] PyPI readme update --- README.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f651c83..9c5ae2a 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. To -install system-wide, use: +On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally +`from PyPI `_. 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