Closed

Description
I'm working on contributing to rust for the first time and was following the instructions here: https://rustc-dev-guide.rust-lang.org/building/prerequisites.html
This says to use "winget install python", but this will install "Introduction to Python Programming by GoLearningBus". I think the correct instruction should be "winget install Python.Python.3".
I assume this got messed up when the msstore source was added, and winget is now just picking an arbitrary python package. In light of that, it might be appropriate to change the cmake instruction to "winget install Kitware.CMake" as well.