Update README.md

This commit is contained in:
rose-jinyang 2019-04-08 23:54:46 +08:00 committed by GitHub
parent 14d10cc3ec
commit f7d8507429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -6,9 +6,10 @@ This project is currently a work-in-progress and is minimally functional.
- python3 - python3
- PyQt5 - PyQt5
## Install ## Install
- $sudo git clone https://github.com/rose-jinyang/LinVAM.git - $sudo pip3 install PyQt5
- $git clone https://github.com/rose-jinyang/LinVAM.git
## Usage ## Usage
This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc. This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc.
- $cd LinVAM - $cd LinVAM
- $sudo python ./main.py - $sudo python3 ./main.py