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

Skip to content

Commit 6d38abe

Browse files
committed
DOC: fix once -> one typo; link on system python
Fix typo pointed out by Eric F; add link to wiki page on system Python and Extras/lib.
1 parent 9c0900d commit 6d38abe

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

doc/faq/installing_faq.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,14 @@ Which python for OS X?
182182
Apple ships OS X with its own Python, in ``/usr/bin/python``, and its own copy
183183
of matplotlib. Unfortunately, the way Apple currently installs its own copies
184184
of numpy, scipy and matplotlib means that these packages are difficult to
185-
upgrade. For that reason we strongly suggest that you install a fresh version
186-
of Python and use that as the basis for installing libraries such as numpy and
187-
matplotlib. Once convenient way to install matplotlib with other useful
188-
Python software is to use one of the excellent Python scientific software
189-
collections that are now available:
185+
upgrade (see `system python packages`_). For that reason we strongly suggest
186+
that you install a fresh version of Python and use that as the basis for
187+
installing libraries such as numpy and matplotlib. One convenient way to
188+
install matplotlib with other useful Python software is to use one of the
189+
excellent Python scientific software collections that are now available:
190+
191+
.. _system python packages:
192+
https://github.com/MacPython/wiki/wiki/Which-Python#system-python-and-extra-python-packages
190193

191194
- Anaconda_ from `Continuum Analytics`_
192195
- Canopy_ from Enthought_

0 commit comments

Comments
 (0)