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
Update getting started docs for mypyc for Windows (#15233)
Update the link to latest version MS has on its website. (there's no
more build tools for 2017, just 2022) and also provide a bit more
information as to what to install. The Windows SDK is needed as well.
Co-authored-by: Valentin Stanciu <250871+svalentin@users.noreply.github>
Copy file name to clipboardExpand all lines: mypyc/doc/getting_started.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Ubuntu 18.04, for example:
32
32
Windows
33
33
*******
34
34
35
-
Install `Visual C++ <https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017>`_.
35
+
From `Build Tools for Visual Studio 2022 <https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2022>`_, install MSVC C++ build tools for your architecture and a Windows SDK. (latest versions recommended)
0 commit comments