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 3782d52fab
commit 16d33733da
1 changed files with 2 additions and 2 deletions

View File

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