File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ sh examples/install.sh pygattlib # For Python 2.x
6464sh examples/install.sh py3gattlib # For Python 3.x
6565```
6666#### Install the dependencies
67- 1 . ` sudo apt-get install pkg-config libboost-python-dev libboost-thread-dev libbluetooth-dev libglib2.0-dev python-dev python-setuptool `
67+ 1 . ` sudo apt-get install pkg-config libboost-python-dev libboost-thread-dev libbluetooth-dev libglib2.0-dev python-dev python-setuptools `
6868
6969#### Installing Pygattlib
70701 . ` hg clone https://bitbucket.org/OscarAcena/pygattlib `
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ case "$cmd" in
5252 py3gattlib)
5353 echo " Installing Pygattlib and dependencies for Python 3"
5454 set -x
55- sudo apt-get install pkg-config libboost-python-dev libboost-thread-dev libbluetooth-dev libglib2.0-dev python3-dev python3-setuptool
55+ sudo apt-get install pkg-config libboost-python-dev libboost-thread-dev libbluetooth-dev libglib2.0-dev python3-dev python3-setuptools
5656 [ ! -d pygattlib ] && git clone https://github.com/matthewelse/pygattlib
5757 cd pygattlib && sudo python3 setup.py install
5858 ;;
You can’t perform that action at this time.
0 commit comments