Procedure
Install Python on Windows with winget
Install a current Python 3 runtime on Windows via winget, reopen the terminal for PATH, then verify with python --version.
In PowerShell, optionally search: winget search Python.Python . Install
In PowerShell, optionally search: winget search Python.Python . Install a current release per https://learn.microsoft.com/en-us/windows/dev-environment/python : winget install -e --id Python.Python.3.14 (or another Python.Python.3.x id from search).
Close and reopen the terminal so PATH updates. If python opens the Micro
Close and reopen the terminal so PATH updates. If python opens the Microsoft Store, disable App execution aliases for python.exe and python3.exe in Windows Settings, then retry.
python --version
python --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.