mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
install instructions for zbar. fixes #610
This commit is contained in:
parent
173c034e26
commit
838a3e3187
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Plugin(BasePlugin):
|
|||
|
||||
def fullname(self): return 'QR scans'
|
||||
|
||||
def description(self): return "QR Scans.\nInstall the zbar package (http://zbar.sourceforge.net/download.html) to enable this plugin"
|
||||
def description(self): return "QR Scans.\nInstall the zbar package to enable this plugin.\nOn linux, type: 'apt-get install python-zbar'"
|
||||
|
||||
def __init__(self, gui, name):
|
||||
BasePlugin.__init__(self, gui, name)
|
||||
|
|
Loading…
Add table
Reference in a new issue