Skip to content

Commit b0658eb

Browse files
authored
Update README.rst
enforce pip3/python3
1 parent 0ba2691 commit b0658eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you have `PIP <https://pip.pypa.io/en/stable/installing/>`_ installed (typica
2828

2929
.. code-block:: shell
3030
31-
pip install adafruit-io
31+
pip3 install adafruit-io
3232
3333
This will automatically install the Adafruit IO Python client code for your Python scripts to use. You might want to examine the examples folder in this GitHub repository to see examples of usage.
3434

0 commit comments

Comments
 (0)