aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMurillo Ivamoto <ivamoto.murillo@gmail.com>2015-08-03 22:50:33 -0300
committerMurillo Ivamoto <ivamoto.murillo@gmail.com>2015-08-03 23:08:37 -0300
commit3c6f9d50b32e5baeeea850875fd1ee71c8e468d3 (patch)
tree6d18c01b6ff965a4539cd47eb4563f16c9a9f65b /README.md
parent7dff0e8494563b037808dda635dd73d243eb2ae7 (diff)
downloadpyParrotZikTCP-3c6f9d50b32e5baeeea850875fd1ee71c8e468d3.tar.xz
pyParrotZikTCP-3c6f9d50b32e5baeeea850875fd1ee71c8e468d3.zip
Add new installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 29 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1659c37..4bbb096 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Parrot Zik Api
## Overview
-Parrot Zik is one of the most advanced headphones in the market.
+Parrot Zik is one of the most advanced headphones in the market.
http://www.parrot.com/zik/usa/technology
@@ -18,16 +18,39 @@ http://goo.gl/dXij2t
## Tray Indicator Applet Usage
-1. Connect Parrot Zik with standard bluetooth connection
-2. Run applet ./ParrotZikTray.py
+1. Connect Parrot Zik with standard bluetooth connection
+2. Copy `share/icons/zik` directory to `/usr/share/icons`
+3. Run applet `./ParrotZikTray.py`
### Requirement
Python-bluez is needed. On ubuntu based distro run
-````
-sudo apt-get install python-bluez
-````
+```
+sudo apt-get install python-bluez python-appindicator python-beautifulsoup
+```
+
+### Optional
+
+If you want start the manager through the menu or desktop shortcut,
+follow the next steps:
+
+1. Copy the `pyParrotZik` directory or its content to `/opt` directory;
+2. Create a desktop file in `/usr/share/applications` with the following content:
+
+```
+[Desktop Entry]
+Version=1.0
+Name=Parrot Zik Manager
+GenericName=Parrot Zik Manager
+X-GNOME-FullName=Parrot Zik Manager
+Comment=Manager for Parrot Zik headphones
+Exec=/opt/parrot-zik-manager/ParrotZikTray
+Icon=/opt/parrot-zik-manager/share/icons/zik/Headphone.ico
+Terminal=false
+Type=Application
+Categories=AudioVideo;
+```
## Screenshots