Skip to content

Commit 65e9620

Browse files
authored
Merge pull request #23000 from 23ccozad/install_docs_edit
Additional details on VS install on installation page
2 parents 7bb3ff5 + 40676bb commit 65e9620

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/users/installing/index.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,18 @@ First you need to install the :ref:`dependencies`.
111111

112112
A C compiler is required. Typically, on Linux, you will need ``gcc``, which
113113
should be installed using your distribution's package manager; on macOS, you
114-
will need xcode_; on Windows, you will need Visual Studio 2015 or later.
114+
will need xcode_; on Windows, you will need `Visual Studio`_ 2015 or later.
115+
116+
For those using Visual Studio, make sure "Desktop development with C++" is
117+
selected, and that the latest MSVC, "C++ CMake tools for Windows," and a
118+
Windows SDK compatible with your version of Windows are selected and installed.
119+
They should be selected by default under the "Optional" subheading, but are
120+
required to build matplotlib from source.
115121

116122
.. _xcode: https://guide.macports.org/chunked/installing.html#installing.xcode
117123

124+
.. _Visual Studio: https://visualstudio.microsoft.com/downloads/
125+
118126
The easiest way to get the latest development version to start contributing
119127
is to go to the git `repository <https://github.com/matplotlib/matplotlib>`_
120128
and run::

0 commit comments

Comments
 (0)