Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ BlueZ also provides an interactive commandline tool to interact with Bluetooth d

### Installing GATT SDK for Python

To install this GATT module and the Python3 D-Bus dependency globally, run:
To install this GATT module globally, run:

```
sudo pip3 install gatt
sudo apt-get install python3-dbus
```

#### Running the GATT control script
Expand Down
Loading