summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/resources/ReadMe.txt
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-11-23 06:25:43 (GMT)
committerNed Deily <nad@acm.org>2013-11-23 06:25:43 (GMT)
commit41ab6c3b1a3e61fd5a7892ac3df0750588814034 (patch)
tree45709ec617e2c31a806d973827281d964909d523 /Mac/BuildScript/resources/ReadMe.txt
parent7bc4b3bee3c3cf1505e44a5209185ec59405fbaa (diff)
downloadcpython-41ab6c3b1a3e61fd5a7892ac3df0750588814034.zip
cpython-41ab6c3b1a3e61fd5a7892ac3df0750588814034.tar.gz
cpython-41ab6c3b1a3e61fd5a7892ac3df0750588814034.tar.bz2
Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default.
Diffstat (limited to 'Mac/BuildScript/resources/ReadMe.txt')
-rw-r--r--Mac/BuildScript/resources/ReadMe.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/Mac/BuildScript/resources/ReadMe.txt b/Mac/BuildScript/resources/ReadMe.txt
index 4b3be91..7e88533 100644
--- a/Mac/BuildScript/resources/ReadMe.txt
+++ b/Mac/BuildScript/resources/ReadMe.txt
@@ -17,6 +17,37 @@ instead of double-clicking, control-click or right click the "Python"
installer package icon. Then select "Open using ... Installer" from
the contextual menu that appears.
+ **NEW* As of Python 3.4.0b1:
+
+New Installation Options and Defaults
+=====================================
+
+The Python installer now includes an option to automatically install
+or upgrade pip, a tool for installing and managing Python packages.
+This option is enabled by default and no Internet access is required.
+If you do want the installer to do this, select the "Customize" option
+at the "Installation Type" step and uncheck the "Install or ugprade
+pip" option.
+
+To make it easier to use scripts installed by third-party Python
+packages, with pip or by other means, the "Shell profile updater"
+option is now enabled by default, as has been the case with Python
+2.7.x installers. You can also turn this option off by selecting
+"Customize" and unchecking the "Shell profile updater" option. You can
+also update your shell profile later by launching the "Update Shell
+Profile" command found in the /Applications/Python $VERSION folder. You may
+need to start a new terminal window for the changes to take effect.
+
+Python.org Python $VERSION and 2.7.x versions can both be installed and
+will not conflict. Command names for Python 3 contain a 3 in them,
+python3 (or python$VERSION), idle3 (or idle$VERSION), pip3 (or pip$VERSION), etc.
+Python 2.7 command names contain a 2 or no digit: python2 (or
+python2.7 or python), idle2 (or idle2.7 or idle), etc. If you want to
+use pip with Python 2.7.x, you will need to download and install a
+separate copy of it from the Python Package Index
+(https://pypi.python.org/pypi).
+
+
**** IMPORTANT changes if you use IDLE and Tkinter ****
Installing a third-party version of Tcl/Tk is no longer required