update winget install instructions to ensure proper packages are installed (-e for --exact, and full package names to ensure arbitrary packages from the msstore source aren't installed)

fixes #1324
This commit is contained in:
skippy10110 2022-03-12 19:04:16 -04:00 committed by Noah Lev
parent 1916c191c3
commit af97ff48c7

View file

@ -31,8 +31,8 @@ on Windows.
Run the following in a terminal:
```powershell
winget install python
winget install cmake
winget install -e Python.Python.3
winget install -e Kitware.CMake
```
If any of those is installed already, winget will detect it.