missing package

This commit is contained in:
Daniele Scasciafratte 2019-04-21 14:54:39 +02:00 committed by GitHub
parent b983120c91
commit 584d5d7281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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.