Skip to content

Commit f5fce9f

Browse files
authored
Merge pull request #114 from cv65/patch-1
Update README.rst
2 parents f3fc30c + 062628b commit f5fce9f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ If you have `PIP <https://pip.pypa.io/en/stable/installing/>`_ installed (typica
3535
3636
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.
3737

38+
If the above command fails, you may first need to install prerequisites:
39+
40+
.. code-block:: shell
41+
42+
pip3 install setuptools
43+
pip3 install wheel
44+
3845
3946
Manual Installation
4047
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)