Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40676bb

Browse files
committed
Additional details on VS install
The addition to this page informs Windows users building their development environment that they will need to ensure specific Visual Studio workloads are installed.
1 parent 7bb3ff5 commit 40676bb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/users/installing/index.rst

Lines changed: 9 additions & 1 deletion
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)