We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1416d93 + 9f4c59b commit 2ce3755Copy full SHA for 2ce3755
README.rst
@@ -32,9 +32,14 @@ on 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-bme280/>`_. 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-bme280/>`_. To install for current user:
+
38
+.. code-block:: shell
39
40
+ pip3 install adafruit-circuitpython-bme280
41
42
+To install system-wide (this may be required in some cases):
43
44
.. code-block:: shell
45
0 commit comments