cpython/Mac/BuildScript/resources
Ned Deily 1bf472933b Really add downloads page link to OS X installer README screens. 2014-11-22 14:41:21 -08:00
..
ReadMe.txt Really add downloads page link to OS X installer README screens. 2014-11-22 14:41:21 -08:00
Welcome.rtf Update OS X installer documentation files for 3.5.0 2014-11-14 18:41:56 -08:00
background.jpg Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
readme.rtf Really add downloads page link to OS X installer README screens. 2014-11-22 14:41:21 -08:00

ReadMe.txt

This package will install Python $FULL_VERSION for Mac OS X $MACOSX_DEPLOYMENT_TARGET for the following architecture(s): $ARCHITECTURES.

=============================
Update your version of Tcl/Tk to use IDLE or other Tk applications
=============================

To use IDLE or other programs that use the Tkinter graphical user interface toolkit, you need to install a newer third-party version of the Tcl/Tk frameworks.  Visit https://www.python.org/download/mac/tcltk/ for current information about supported and recommended versions of Tcl/Tk for this version of Python and of Mac OS X.

=============================
New Installation Options and Defaults
=============================

For other changes in this release, see the Release Notes link for this release at https://www.python.org/downloads/.

=============================
Python 3 and Python 2 Co-existence
=============================

Python.org Python $VERSION and 2.7.x versions can both be installed on your system 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, download and install a separate copy of it from the Python Package Index (https://pypi.python.org/pypi/pip/).