Skip to content

Commit 9f4c59b

Browse files
authored
update to PyPi instructions in readme
1 parent 1416d93 commit 9f4c59b

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 @@ on 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-bme280/>`_. 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-bme280/>`_. To install for current user:
37+
38+
.. code-block:: shell
39+
40+
pip3 install adafruit-circuitpython-bme280
41+
42+
To install system-wide (this may be required in some cases):
3843

3944
.. code-block:: shell
4045

0 commit comments

Comments
 (0)