From f7d85074295756152b8bb51f02dd678b431ee516 Mon Sep 17 00:00:00 2001 From: rose-jinyang <47862419+rose-jinyang@users.noreply.github.com> Date: Mon, 8 Apr 2019 23:54:46 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2336e13..8adae40 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ This project is currently a work-in-progress and is minimally functional. - python3 - PyQt5 ## 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 This script must be run with root privilege because it must hook and simulate input devices such as keyboard, mouse etc. - $cd LinVAM -- $sudo python ./main.py +- $sudo python3 ./main.py