update to PyPi instructions in readme

This commit is contained in:
Kattni 2018-10-31 16:44:07 -04:00 committed by GitHub
parent 1416d93bc6
commit 9f4c59bffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,14 @@ on your device.
Installing from PyPI
--------------------
On the Raspberry Pi, you can install the driver locally
`from PyPI <https://pypi.org/project/adafruit-circuitpython-bme280/>`_. To
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:
.. code-block:: shell
pip3 install adafruit-circuitpython-bme280
To install system-wide (this may be required in some cases):
.. code-block:: shell