diff --git a/README.rst b/README.rst
index 41825e4..2c330d1 100644
--- a/README.rst
+++ b/README.rst
@@ -30,9 +30,15 @@ This is easily achieved by downloading
Installing from PyPI
--------------------
-On the Raspberry Pi, you can install the driver
-`from PyPI `_. To
-install system-wide, use:
+On supported GNU/Linux systems like the Raspberry Pi, you can install the driver
+`from PyPI `_. To install
+for the current user:
+
+.. code-block:: shell
+
+ pip3 install adafruit-circuitpython-bmp280
+
+To install system-wide (this may be required in some cases):
.. code-block:: shell