Skip to content

Commit ee40b69

Browse files
committed
Removed PIP install
wb-io-python has no pip install (i could not find)
1 parent e80e5f8 commit ee40b69

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ It has been tested on the 5-20 and 6-6 Angstrom image on the BeagleBone Black.
1212

1313
**Installation on Angstrom**
1414

15-
Easiest::
16-
17-
/usr/bin/ntpdate -b -s -u pool.ntp.org
18-
opkg update && opkg install python-pip python-setuptools
19-
pip install Adafruit_BBIO
20-
2115
Manual::
2216

2317
git clone git://github.com/contactless/wb-io-python.git
@@ -30,16 +24,6 @@ Manual::
3024

3125
**Installation on Ubuntu/Debian**
3226

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::
42-
4327
sudo ntpdate pool.ntp.org
4428
sudo apt-get update
4529
sudo apt-get install build-essential python-dev python-pip -y

0 commit comments

Comments
 (0)