You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start up a new command-line shell (eg. Command Prompt, Windows PowerShell) and install the Python library `six`.
20
-
21
-
~~~batch
22
-
pip install six
16
+
scoop install python39
23
17
~~~
24
18
25
19
0. Install platform dependencies:
26
20
27
-
The platform dependencies cannot be installed through Scoop as the install rules cannot install all required components. They will be installed through the Visual Studio installer.
21
+
The platform dependencies cannot be installed through Scoop as the install rules cannot install all required components. They will be installed through the Visual Studio 2022 Community installer. You may change the Visual Studio edition depending on your usage and team size.
28
22
29
23
<divclass="warning"markdown="1">
30
24
This code snippet must be run in a traditional Command Prompt (`cmd.exe`).
Copy file name to clipboardExpand all lines: install/windows/_winget.md
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,17 @@
2
2
3
3
[Windows Package Manager](https://docs.microsoft.com/windows/package-manager/) (aka WinGet) comes pre-installed with Windows 11 (21H2 and later). It can also be found in the [Microsoft Store](https://www.microsoft.com/p/app-installer/9nblggh4nns1) or be [installed directly](ms-appinstaller:?source=https://aka.ms/getwinget).
4
4
5
-
0. Install required dependencies:
5
+
0. Install required Visual Studio components:
6
+
7
+
Install the latest MSVC toolset and Windows 11 SDK (10.0.22000) through Visual Studio 2022 Community installer. You may change the Visual Studio edition depending on your usage and team size.
0 commit comments