diff options
author | Nicolas Alpi <nicolas.alpi@gmail.com> | 2014-04-09 14:22:51 +0100 |
---|---|---|
committer | Nicolas Alpi <nicolas.alpi@gmail.com> | 2014-04-09 14:22:51 +0100 |
commit | 9466457d7f09f8dfd9e6e67699c5a48f4a7f3e4a (patch) | |
tree | dfaf802fd29487dc405129947fbb235e10a3d505 | |
parent | 4602b9773fa780640d7bd6a944e0778afcd96db6 (diff) | |
download | pyParrotZikTCP-9466457d7f09f8dfd9e6e67699c5a48f4a7f3e4a.tar.xz pyParrotZikTCP-9466457d7f09f8dfd9e6e67699c5a48f4a7f3e4a.zip |
Add python-bluez requirement to Readme
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -21,6 +21,14 @@ https://dl.dropboxusercontent.com/u/4907241/setup.exe 1. Connect Parrot Zik with standard bluetooth connection 2. Run applet ./ParrotZikTray.py +### Requirement + +Python-bluez is needed. On ubuntu based distro run + +```` +sudo apt-get install python-bluez +```` + ## Screenshots ![ScreenShot](https://dl.dropboxusercontent.com/u/4907241/ParrotZikTray.png "Unity App Indicator Applet") |