Skip to content

Commit 54a8559

Browse files
authored
Merge pull request #10 from adafruit/pypi-readme-update
PyPI readme update
2 parents 3d86853 + 37974d2 commit 54a8559

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

+9-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,15 @@ This is easily achieved by downloading
3030
Installing from PyPI
3131
--------------------
3232

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:
33+
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver
34+
`from PyPI <https://pypi.org/project/adafruit-circuitpython-bmp280/>`_. To install
35+
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):
3642

3743
.. code-block:: shell
3844

0 commit comments

Comments
 (0)