Update README.rst

enforce pip3/python3
This commit is contained in:
brentrubell 2018-07-12 12:20:40 -04:00 committed by GitHub
parent 0ba2691113
commit b0658eb0d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.