Update README.rst
enforce pip3/python3
This commit is contained in:
parent
0ba2691113
commit
b0658eb0d7
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ If you have `PIP <https://pip.pypa.io/en/stable/installing/>`_ installed (typica
|
|||
|
||||
.. code-block:: shell
|
||||
|
||||
pip install adafruit-io
|
||||
pip3 install adafruit-io
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue