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

Skip to content

Commit 38a29b7

Browse files
committed
DOC: clarify installation instructions a bit more
1 parent d7077e9 commit 38a29b7

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

INSTALL.rst

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5963
so 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+
6169
Linux
6270
-----
6371

6472
On extremely old versions of linux and python 2.7 you may need to
6573
install 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

6977
Test Data
@@ -89,7 +97,9 @@ To run the test suite:
8997
Third-party distributions of Matplotlib
9098
=======================================
9199

92-
Scientific Python distributions
100+
.. _install_scipy_dists:
101+
102+
Scientific Python Distributions
93103
-------------------------------
94104

95105
Both `Anaconda <https://www.continuum.io/downloads/>`_ and `Canopy

0 commit comments

Comments
 (0)