Skip to content

Commit

Permalink
DOC: fix once -> one typo; link on system python
Browse files Browse the repository at this point in the history
Fix typo pointed out by Eric F; add link to wiki page on system Python
and Extras/lib.
  • Loading branch information
matthew-brett committed Aug 7, 2014
1 parent 9c0900d commit 6d38abe
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions doc/faq/installing_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,14 @@ Which python for OS X?
Apple ships OS X with its own Python, in ``/usr/bin/python``, and its own copy
of matplotlib. Unfortunately, the way Apple currently installs its own copies
of numpy, scipy and matplotlib means that these packages are difficult to
upgrade. For that reason we strongly suggest that you install a fresh version
of Python and use that as the basis for installing libraries such as numpy and
matplotlib. Once convenient way to install matplotlib with other useful
Python software is to use one of the excellent Python scientific software
collections that are now available:
upgrade (see `system python packages`_). For that reason we strongly suggest
that you install a fresh version of Python and use that as the basis for
installing libraries such as numpy and matplotlib. One convenient way to
install matplotlib with other useful Python software is to use one of the
excellent Python scientific software collections that are now available:

.. _system python packages:
https://github.com/MacPython/wiki/wiki/Which-Python#system-python-and-extra-python-packages

- Anaconda_ from `Continuum Analytics`_
- Canopy_ from Enthought_
Expand Down

0 comments on commit 6d38abe

Please sign in to comment.