From 584d5d728149a2cf333ecd7ad330cb8d270e7c1b Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Sun, 21 Apr 2019 14:54:39 +0200 Subject: [PATCH] missing package --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1969cc9..305e3c6 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ Known bugs and planned additions ## Install - $ pip3 install PyQt5 - $ pip3 install python3-xlib +- $ pip3 install pyaudio +- $ sudo ln -s /usr/bin/swig3.0 /usr/bin/swig - $ pip3 install pocketsphinx - $ sudo apt-get install swig3.0 -- $ sudo ln -s /usr/bin/swig3.0 /usr/bin/swig - $ git clone https://github.com/rose-jinyang/LinVAM.git ## Usage This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc.