Skip to content

Commit aed6cbf

Browse files
committed
Merge pull request adafruit#43 from justinledwards/patch-1
Update README.rst to include extra Debian step
2 parents 5f6e66a + b731c8a commit aed6cbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ Manual::
2828
cd adafruit-beaglebone-io-python
2929
python setup.py install
3030

31-
**Installation on Ubuntu**
31+
**Installation on Ubuntu/Debian**
3232

3333
Easiest::
3434

3535
sudo ntpdate pool.ntp.org
3636
sudo apt-get update
3737
sudo apt-get install build-essential python-dev python-pip -y
38+
#easy_install -U distribute //debian only
3839
sudo pip install Adafruit_BBIO
3940
4041
Manual::

0 commit comments

Comments
 (0)