Skip to content

Commit cf93b0d

Browse files
authored
Merge pull request #18 from l33tname/master
Fix setup-tools package name
2 parents 97a8441 + 3e372d8 commit cf93b0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sh examples/install.sh pygattlib # For Python 2.x
6464
sh 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
7070
1. `hg clone https://bitbucket.org/OscarAcena/pygattlib`

examples/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
;;

0 commit comments

Comments
 (0)