mirror of
https://github.com/aidygus/LinVAM.git
synced 2024-11-23 09:18:04 +11:00
Update README.md
This commit is contained in:
parent
4df879e035
commit
218e4e4f78
@ -5,13 +5,14 @@ This project is currently a work-in-progress and is minimally functional.
|
|||||||
## Requirements
|
## Requirements
|
||||||
- python3
|
- python3
|
||||||
- PyQt5
|
- PyQt5
|
||||||
- python-xlib
|
- python3-xlib
|
||||||
## Install
|
## Install
|
||||||
- $ sudo pip3 install PyQt5
|
- $ pip3 install PyQt5
|
||||||
- $ sudo pip3 install python-xlib
|
- $ pip3 install python3-xlib
|
||||||
- $ git clone https://github.com/rose-jinyang/LinVAM.git
|
- $ 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
|
||||||
|
- $ xhost +
|
||||||
- $ sudo python3 ./main.py
|
- $ sudo python3 ./main.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user