From ed4144b670d41348857c10e9d10700cc05cd957e Mon Sep 17 00:00:00 2001 From: edo-neo Date: Tue, 22 Apr 2025 15:48:55 +0200 Subject: [PATCH] Update README with PyCharm terminal fix for Windows 10. Added instructions to resolve a terminal issue in PyCharm on Windows 10 by disabling `terminal.use.conpty.on.windows` via registry settings. This aims to assist users facing terminal functionality problems. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75af5e7..baca14d 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,7 @@ In addition to leak testing, the software supports many other functions, dependi - On Windows: ./init_win.bat - On Linux: ./init.sh +## FIX FOR TERMINAL NOT WORKINK FOR WINDOWS 10 +Help | Find Action," type registry, Enter +Disable terminal.use.conpty.on.windows +Restart PyCharm \ No newline at end of file