diff options
author | m0sia <m0sia@m0sia.ru> | 2014-06-25 17:28:45 +0600 |
---|---|---|
committer | m0sia <m0sia@m0sia.ru> | 2014-06-25 17:28:45 +0600 |
commit | 7dff0e8494563b037808dda635dd73d243eb2ae7 (patch) | |
tree | e1760738d97c02f786b6e4498d9e03ec679cdbca | |
parent | 90f6a416abd772e77589a88378b6531cd24155e5 (diff) | |
parent | 9466457d7f09f8dfd9e6e67699c5a48f4a7f3e4a (diff) | |
download | pyParrotZikTCP-7dff0e8494563b037808dda635dd73d243eb2ae7.tar.xz pyParrotZikTCP-7dff0e8494563b037808dda635dd73d243eb2ae7.zip |
Merge pull request #6 from spyou/master
Add python-bluez requirement to Readme
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -21,6 +21,14 @@ http://goo.gl/dXij2t 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") |