aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2014-05-02 18:00:42 +0200
committerChristian Tismer <tismer@stackless.com>2014-05-02 18:06:47 +0200
commit26dafe6565066138e75901730500691d113bd083 (patch)
tree178fb07d887e0058bad971bb67802fe05c79c930
parent43022f20ccbdbaedac17c7b579a8eb9e04c533d7 (diff)
try to improve and shorten the deployment target section
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 60457795b..f8ce39ef9 100644
--- a/README.rst
+++ b/README.rst
@@ -374,9 +374,9 @@ to be aware of the following caveat:
$ export MACOSX_DEPLOYMENT_TARGET=10.6 # Snow Leopard
- The default setting for the deployment target of an extension (like PySide)
- is always set to the value that was present at the build time of CPython.
+ is always inherited from the Python used for building.
You can set the deployment target higher than that, but not below the
- OS X version that was set with your Python installation.
+ OS X version that was set during building your Python installation.
- Current distributions like Homebrew set the deployment target to the same
value as the OS version they are built with. (I.E. 10.9 for Mavericks).
@@ -391,7 +391,7 @@ Recommendation:
- Use one of the `Python.org Distributions <https://www.python.org/downloads/>`_
or
-- build your own Python, either from a tar archive (
+- Build your own Python, either from a tar archive (
`Python 2.7 <https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz>`_ or
`Python 3.4 <https://www.python.org/ftp/python/3.4.0/Python-3.4.0.tgz>`_), or from a
`Mercurial repository <https://docs.python.org/devguide/>`_ with an explicit setting of