Skip to content

Backport PR #23000 on branch v3.5.x (Additional details on VS install on installation page) #23010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion doc/users/installing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,18 @@ First you need to install the :ref:`dependencies`.

A C compiler is required. Typically, on Linux, you will need ``gcc``, which
should be installed using your distribution's package manager; on macOS, you
will need xcode_; on Windows, you will need Visual Studio 2015 or later.
will need xcode_; on Windows, you will need `Visual Studio`_ 2015 or later.

For those using Visual Studio, make sure "Desktop development with C++" is
selected, and that the latest MSVC, "C++ CMake tools for Windows," and a
Windows SDK compatible with your version of Windows are selected and installed.
They should be selected by default under the "Optional" subheading, but are
required to build matplotlib from source.

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

.. _Visual Studio: https://visualstudio.microsoft.com/downloads/

The easiest way to get the latest development version to start contributing
is to go to the git `repository <https://github.com/matplotlib/matplotlib>`_
and run::
Expand Down