From 0ffe44891e64d8509b28bba176aeacfcdaa607ca Mon Sep 17 00:00:00 2001 From: David Bombal Date: Tue, 2 Aug 2022 16:51:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26996f1..3cd3a15 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ 5. Run the command `pip install -r requirements.txt` to install all the packages required in your virtual environment. 6. Run `py keylogger.py` this will run the program. -### To get the file to run on Windows 11 evading the antivirus I compiled the PyInstaller bootloader locally, and then used it to compile the code. +### To get the file to run on Windows 11 evading the antivirus I compiled the PyInstaller bootloader locally using Microsoft C/C++ compiler, and then used it to compile the code.