@@ -27,11 +27,15 @@ packages for macOS, Windows and Linux distributions::
2727
2828.. note ::
2929
30- The following backends work out of the box: Agg, TkAgg, ps, pdf and svg .
30+ The following backends work out of the box: Agg, ps, pdf, svg and TkAgg .
3131
32- For support for other backends, LaTeX rendering, animation input/output and
33- a larger selection of file formats, you may need to install :ref: `additional
34- dependencies <install_requirements>`.
32+ For support of other GUI frameworks, LaTeX rendering, saving
33+ animations and a larger selection of file formats, you may need to
34+ install :ref: `additional dependencies <install_requirements >`.
35+
36+ Although not required, we suggest also installing ``IPython `` for
37+ interactive use. To easily install a complete Scientific Python
38+ stack, see :ref: `install_scipy_dists ` below.
3539
3640.. _installing_windows :
3741
@@ -58,12 +62,16 @@ If you are using python 2.7 on a Mac you may need to do::
5862
5963so that *subprocess32 *, a dependency, may be complied.
6064
65+ To use the native OSX backend you will need :ref: `a framework build
66+ <osxframework-faq>` build of Python.
67+
68+
6169Linux
6270-----
6371
6472On extremely old versions of linux and python 2.7 you may need to
6573install the master version of *subprocess32 * (`see comments
66- <https://github.com/google/python-subprocess32/issues/12#issuecomment-304724113> `__)
74+ <https://github.com/google/python-subprocess32/issues/12#issuecomment-304724113> `__).
6775
6876
6977Test Data
@@ -89,7 +97,9 @@ To run the test suite:
8997Third-party distributions of Matplotlib
9098=======================================
9199
92- Scientific Python distributions
100+ .. _install_scipy_dists :
101+
102+ Scientific Python Distributions
93103-------------------------------
94104
95105Both `Anaconda <https://www.continuum.io/downloads/ >`_ and `Canopy
0 commit comments