From 9f4c59bffb930998d7e7159fda00e550dffdf566 Mon Sep 17 00:00:00 2001 From: Kattni Date: Wed, 31 Oct 2018 16:44:07 -0400 Subject: [PATCH] update to PyPi instructions in readme --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1b8e4d5..a721d05 100644 --- a/README.rst +++ b/README.rst @@ -32,9 +32,14 @@ on your device. Installing from PyPI -------------------- -On the Raspberry Pi, you can install the driver locally -`from PyPI `_. To -install system-wide, use: +On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from +PyPI `_. 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