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

Skip to content

Commit 370ad44

Browse files
authored
Merge pull request #16551 from tacaswell/doc_pip_opinions
DOC: be more opinionated about flags passed to pip
2 parents 7a2a049 + 7ac9e13 commit 370ad44

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

INSTALL.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,20 @@ Windows and Linux distributions::
1818
python -m pip install -U pip
1919
python -m pip install -U matplotlib
2020

21+
If this command results in Matplotlib being compiled from source and
22+
there's trouble with the compilation, you can add ``--prefer-binary`` to
23+
select the newest version of Matplotlib for which there is a
24+
precompiled wheel for your OS and Python.
25+
2126
.. note::
2227

23-
The following backends work out of the box: Agg, ps, pdf, svg and TkAgg.
28+
The following backends work out of the box: Agg, ps, pdf, svg
29+
30+
Python is typically shipped with tk bindings which are used by
31+
TkAgg.
2432

2533
For support of other GUI frameworks, LaTeX rendering, saving
26-
animations and a larger selection of file formats, you may need to
34+
animations and a larger selection of file formats, you need to
2735
install :ref:`additional dependencies <install_requirements>`.
2836

2937
Although not required, we suggest also installing ``IPython`` for

0 commit comments

Comments
 (0)