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
1916c191c3
commit
af97ff48c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue