diff options
author | 2022-11-12 17:52:47 -0800 | |
---|---|---|
committer | 2022-11-12 17:52:47 -0800 | |
commit | 0bb9447e5407f7de00add5c93fa90ed2a9f31a17 (patch) | |
tree | 0d3d54f716dbc01b43168d0ed618d89e9a35fd2b /pydis_site | |
parent | Update pydis_site/apps/content/resources/guides/python-guides/windows/install... (diff) |
Update pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md
Co-authored-by: wookie184 <[email protected]>
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md b/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md index 35041dd8..f80c1d29 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md +++ b/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md @@ -5,7 +5,7 @@ icon: fab fa-windows toc: 3 --- -### When I run `python` in the terminal I get no result, or the Windows Store opens! +### When I run `python` in the terminal I get no result, or the Microsoft Store opens! By default Windows has an alias for `python` in the terminal to guide you to install it from the [Microsoft Store](https://apps.microsoft.com/store/search/python). We don't recommend installing Python from the Microsoft |