Skip to content

Commit 4441845

Browse files
committed
Update README.md
Mention pip install is now possible with adafruit-io pip package.
1 parent 2a3063b commit 4441845

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
119
If 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
1311
system) 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

1921
Clone or download the contents of this repository. Then navigate to the folder

0 commit comments

Comments
 (0)