From 16a59b9c4f04c12039bf9380fa9090959f0d9285 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Thu, 17 Mar 2022 22:15:14 -0600 Subject: [PATCH] fixed python to python3 --- docs/faq/m-flasher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/m-flasher.md b/docs/faq/m-flasher.md index 142efee4..ea886de6 100644 --- a/docs/faq/m-flasher.md +++ b/docs/faq/m-flasher.md @@ -12,4 +12,4 @@ The flasher contains no malware and completely passed the Microsoft malware scan ### What if I'm still having issues on Windows 10? -It's been reported that `App execution aliases` might conflict with one another and prevent python from being able to run properly. There is an example of a fix located [here](https://github.com/meshtastic/Meshtastic-gui-installer/issues/154). +It's been reported that `App execution aliases` might conflict with one another and prevent python3 from being able to run properly. There is an example of a fix located [here](https://github.com/meshtastic/Meshtastic-gui-installer/issues/154).