We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6b9d5c + 5fcd486 commit 1c1f3daCopy full SHA for 1c1f3da
README.rst
@@ -32,9 +32,14 @@ your device.
32
Installing from PyPI
33
--------------------
34
35
-On the Raspberry Pi, you can install the driver locally
36
-`from PyPI <https://pypi.org/project/adafruit-circuitpython-ads1x15/>`_. To
37
-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:
+
38
+.. code-block:: shell
39
40
+ pip3 install adafruit-circuitpython-ads1x15
41
42
+To install system-wide (this may be required in some cases):
43
44
.. code-block:: shell
45
0 commit comments