We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61abf41 commit b26b341Copy full SHA for b26b341
README.rst
@@ -31,9 +31,15 @@ This is easily achieved by downloading
31
Installing from PyPI
32
--------------------
33
34
-On the Raspberry Pi and other Linux systems, you can install the driver locally
35
-`from PyPI <https://pypi.org/project/adafruit-circuitpython-as726x/>`_. To
36
-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:
37
+
38
+.. code-block:: shell
39
40
+ pip3 install adafruit-circuitpython-as726x
41
42
+To install system-wide (this may be required in some cases:
43
44
.. code-block:: shell
45
0 commit comments