We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d86853 + 37974d2 commit 54a8559Copy full SHA for 54a8559
README.rst
@@ -30,9 +30,15 @@ This is easily achieved by downloading
30
Installing from PyPI
31
--------------------
32
33
-On the Raspberry Pi, you can install the driver
34
-`from PyPI <https://pypi.org/project/adafruit-circuitpython-bmp280/>`_. To
35
-install system-wide, use:
+On supported GNU/Linux systems like the Raspberry Pi, you can install the driver
+`from PyPI <https://pypi.org/project/adafruit-circuitpython-bmp280/>`_. To install
+for the current user:
36
+
37
+.. code-block:: shell
38
39
+ pip3 install adafruit-circuitpython-bmp280
40
41
+To install system-wide (this may be required in some cases):
42
43
.. code-block:: shell
44
0 commit comments