We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4dc38f commit 0f261b6Copy full SHA for 0f261b6
README.md
@@ -29,6 +29,11 @@ git clone git://github.com/adafruit/adafruit-beaglebone-io-python.git
29
cd adafruit-beaglebone-io-python
30
sudo python setup.py install
31
```
32
+
33
+Upgrade Adafruit_BBIO to latest version on [PyPI](https://pypi.python.org/pypi/Adafruit_BBIO):
34
+```
35
+sudo pip install --upgrade Adafruit_BBIO
36
37
38
## Usage
39
0 commit comments