From 594cd45f5edc7a91887785c4029993041d849b84 Mon Sep 17 00:00:00 2001 From: ihaveahax Date: Thu, 23 Jan 2025 12:09:55 -0600 Subject: [PATCH] installing-boot9strap-(mset9-cli): recommend against Microsoft Store The version of Python from the Microsoft Store does not work with MSET9, in part because this version doesn't include the "py" launcher, which is what MSET9-Windows.bat wants. I don't know if it does actually work if mset9.py is used directly though, but until then, the python.org installers should be recommended. --- docs/installing-boot9strap-(mset9-cli).md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installing-boot9strap-(mset9-cli).md b/docs/installing-boot9strap-(mset9-cli).md index b3fec2430e0dc..881d81c22c7e9 100644 --- a/docs/installing-boot9strap-(mset9-cli).md +++ b/docs/installing-boot9strap-(mset9-cli).md @@ -18,6 +18,7 @@ This page requires a computer running Windows, Linux, or macOS. If you have an A * The latest release of [MSET9](https://github.com/hacks-guide/MSET9/releases/latest) * Any 3.x version of [Python](https://www.python.org/downloads/) **installed on your computer** + + If you are on Windows, Python from the Microsoft Store cannot be used. Please install a version from python.org. + If you are on Linux or macOS, you may already have Python 3. Check by opening a Terminal window and entering `python3 -V`. If this returns a version number, it will work for this guide. ## Instructions