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:
parent
3782d52fab
commit
16d33733da
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue