@@ -36,29 +36,17 @@ These packages will automatically be installed by using the ``pandas``
3636
3737**Windows **
3838
39- You will need `Build Tools for Visual Studio 2019
40- <https://visualstudio.microsoft.com/downloads/> `_.
39+ You will need `Build Tools for Visual Studio 2022
40+ <https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022 > `_.
4141
42- .. warning ::
43- You DO NOT need to install Visual Studio 2019 .
44- You only need "Build Tools for Visual Studio 2019 " found by
45- scrolling down to "All downloads" -> "Tools for Visual Studio 2019 ".
46- In the installer, select the "C++ build tools" workload .
42+ .. note ::
43+ You DO NOT need to install Visual Studio 2022 .
44+ You only need "Build Tools for Visual Studio 2022 " found by
45+ scrolling down to "All downloads" -> "Tools for Visual Studio".
46+ In the installer, select the "Desktop development with C++" Workloads .
4747
48- You can install the necessary components on the commandline using
49- `vs_buildtools.exe <https://download.visualstudio.microsoft.com/download/pr/9a26f37e-6001-429b-a5db-c5455b93953c/460d80ab276046de2455a4115cc4e2f1e6529c9e6cb99501844ecafd16c619c4/vs_BuildTools.exe >`_:
50-
51- .. code ::
52-
53- vs_buildtools.exe --quiet --wait --norestart --nocache ^
54- --installPath C:\BuildTools ^
55- --add "Microsoft.VisualStudio.Workload.VCTools;includeRecommended" ^
56- --add Microsoft.VisualStudio.Component.VC.v141 ^
57- --add Microsoft.VisualStudio.Component.VC.v141.x86.x64 ^
58- --add Microsoft.VisualStudio.Component.Windows10SDK.17763
59-
60- To setup the right paths on the commandline, call
61- ``"C:\BuildTools\VC\Auxiliary\Build\vcvars64.bat" -vcvars_ver=14.16 10.0.17763.0 ``.
48+ Alternatively, you can install the necessary components on the commandline using
49+ `vs_BuildTools.exe <https://learn.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?source=recommendations&view=vs-2022 >`_
6250
6351**macOS **
6452
0 commit comments