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.
2 parents 5f6e66a + b731c8a commit aed6cbfCopy full SHA for aed6cbf
README.rst
@@ -28,13 +28,14 @@ Manual::
28
cd adafruit-beaglebone-io-python
29
python setup.py install
30
31
-**Installation on Ubuntu**
+**Installation on Ubuntu/Debian**
32
33
Easiest::
34
35
sudo ntpdate pool.ntp.org
36
sudo apt-get update
37
sudo apt-get install build-essential python-dev python-pip -y
38
+ #easy_install -U distribute //debian only
39
sudo pip install Adafruit_BBIO
40
41
Manual::
0 commit comments