You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ If you have `PIP <https://pip.pypa.io/en/stable/installing/>`_ installed (typica
28
28
29
29
.. code-block:: shell
30
30
31
-
pip install adafruit-io
31
+
pip3 install adafruit-io
32
32
33
33
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.
0 commit comments