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.
This commit is contained in:
edo-neo 2025-04-22 15:48:55 +02:00
parent 9e7186f331
commit ed4144b670

View File

@ -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