Skip to content

Commit 1c1f3da

Browse files
authored
Merge pull request #18 from adafruit/pypi-readme-update
PyPI readme update
2 parents c6b9d5c + 5fcd486 commit 1c1f3da

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,14 @@ your device.
3232
Installing from PyPI
3333
--------------------
3434

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:
35+
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
36+
PyPI <https://pypi.org/project/adafruit-circuitpython-ads1x15/>`_. To install for current user:
37+
38+
.. code-block:: shell
39+
40+
pip3 install adafruit-circuitpython-ads1x15
41+
42+
To install system-wide (this may be required in some cases):
3843

3944
.. code-block:: shell
4045

0 commit comments

Comments
 (0)