File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ A [Python](https://www.python.org/) client for use with [io.adafruit.com](https:
66
77### Easy Installation
88
9- ** NOTE: MODULE IS NOT YET ON PYPA SO THIS DOES NOT WORK YET. SKIP TO MANUAL INSTALL BELOW.**
10-
119If you have [ pip installed] ( https://pip.pypa.io/en/latest/installing.html )
1210(typically with ```` apt-get install python-pip ```` on a Debian/Ubuntu-based
1311system) then run:
1412
1513 sudo pip install adafruit-io
1614
15+ This will automatically install the Adafruit IO Python client code for your
16+ Python scripts to use. You might want to examine the examples folder in this
17+ GitHub repository to see examples of usage.
18+
1719### Manual Installation
1820
1921Clone or download the contents of this repository. Then navigate to the folder
You can’t perform that action at this time.
0 commit comments