Skip to content

Commit 062628b

Browse files
authored
Update README.rst
Add a note about the prerequisite packages needed before pip3 can install adafruit-io
1 parent 7f7d23f commit 062628b

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)