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:
6
6
7
7
### Easy Installation
8
8
9
- ** NOTE: MODULE IS NOT YET ON PYPA SO THIS DOES NOT WORK YET. SKIP TO MANUAL INSTALL BELOW.**
10
-
11
9
If you have [ pip installed] ( https://pip.pypa.io/en/latest/installing.html )
12
10
(typically with ```` apt-get install python-pip ```` on a Debian/Ubuntu-based
13
11
system) then run:
14
12
15
13
sudo pip install adafruit-io
16
14
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
+
17
19
### Manual Installation
18
20
19
21
Clone or download the contents of this repository. Then navigate to the folder
You can’t perform that action at this time.
0 commit comments