blob: 9ac52d09a06fd7417531793991fdb6c508b56c52 [file] [log] [blame]
Ronald Oussorencc00a262009-05-19 19:29:24 +00001This package will install Python $FULL_VERSION for Mac OS X
Ned Deily2a6f4b32011-01-30 00:18:47 +00002$MACOSX_DEPLOYMENT_TARGET for the following architecture(s):
3$ARCHITECTURES.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +00004
Ned Deily2a6f4b32011-01-30 00:18:47 +00005Installation requires approximately $INSTALL_SIZE MB of disk space,
6ignore the message that it will take zero bytes.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +00007
Ned Deilye1c9794952013-01-29 00:07:46 -08008If you are attempting to install on an OS X 10.8 system, you may
9see a message that Python can't be installed because it is from an
10unidentified developer. This is because this Python installer
11package is not yet compatible with the Gatekeeper security feature
12introduced in OS X 10.8. To allow Python to be installed, you
13can override the Gatekeeper policy for this install. In the Finder,
14instead of double-clicking, control-click or right click the "Python"
15installer package icon. Then select "Open using ... Installer" from
16the contextual menu that appears.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000017
Ned Deily2a6f4b32011-01-30 00:18:47 +000018Python consists of the Python programming language interpreter, plus
19a set of programs to allow easy access to it for Mac users including
20an integrated development environment, IDLE, plus a set of pre-built
21extension modules that open up specific Macintosh technologies to
22Python programs.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000023
Ned Deily2a6f4b32011-01-30 00:18:47 +000024 **** IMPORTANT ****
25
Ned Deilye1c9794952013-01-29 00:07:46 -080026To use IDLE or other programs that use the tkinter graphical user
27interface toolkit, you may need to install a third-party version of
28the Tcl/Tk frameworks. Visit http://www.python.org/download/mac/tcltk/
29for current information about supported and recommended versions of
30Tcl/Tk for this version of Python and of Mac OS X.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000031
Ned Deily2a6f4b32011-01-30 00:18:47 +000032 *******************
33
34The installer puts applications, an "Update Shell Profile" command,
Ned Deilye1c9794952013-01-29 00:07:46 -080035and a link to the optionally installed Python Documentation into the
Ned Deily2a6f4b32011-01-30 00:18:47 +000036"Python $VERSION" subfolder of the system Applications folder,
37and puts the underlying machinery into the folder
38$PYTHONFRAMEWORKINSTALLDIR. It can
39optionally place links to the command-line tools in /usr/local/bin as
40well. Double-click on the "Update Shell Profile" command to add the
41"bin" directory inside the framework to your shell's search path.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000042
Ned Deilye1c9794952013-01-29 00:07:46 -080043You must install onto your current boot disk, even though the
44installer does not enforce this, otherwise things will not work.
45
46You can verify the integrity of the disk image file containing the
47installer package and this ReadMe file by comparing its md5 checksum
48and size with the values published on the release page linked at
49http://www.python.org/download/
50
Ronald Oussoren9ff30422009-03-04 21:12:17 +000051More information on Python in general can be found at
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000052http://www.python.org.