diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index 69f7f054d865d..b79fe58c68e4b 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -36,29 +36,17 @@ These packages will automatically be installed by using the ``pandas`` **Windows** -You will need `Build Tools for Visual Studio 2019 -`_. +You will need `Build Tools for Visual Studio 2022 +`_. -.. warning:: - You DO NOT need to install Visual Studio 2019. - You only need "Build Tools for Visual Studio 2019" found by - scrolling down to "All downloads" -> "Tools for Visual Studio 2019". - In the installer, select the "C++ build tools" workload. +.. note:: + You DO NOT need to install Visual Studio 2022. + You only need "Build Tools for Visual Studio 2022" found by + scrolling down to "All downloads" -> "Tools for Visual Studio". + In the installer, select the "Desktop development with C++" Workloads. -You can install the necessary components on the commandline using -`vs_buildtools.exe `_: - -.. code:: - - vs_buildtools.exe --quiet --wait --norestart --nocache ^ - --installPath C:\BuildTools ^ - --add "Microsoft.VisualStudio.Workload.VCTools;includeRecommended" ^ - --add Microsoft.VisualStudio.Component.VC.v141 ^ - --add Microsoft.VisualStudio.Component.VC.v141.x86.x64 ^ - --add Microsoft.VisualStudio.Component.Windows10SDK.17763 - -To setup the right paths on the commandline, call -``"C:\BuildTools\VC\Auxiliary\Build\vcvars64.bat" -vcvars_ver=14.16 10.0.17763.0``. +Alternatively, you can install the necessary components on the commandline using +`vs_BuildTools.exe `_ **macOS**