blob: 761cffb06b271dcda3532f32a6c5023069d07de4 [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 Deily2a6f4b32011-01-30 00:18:47 +00008You must install onto your current boot disk, even though the
9installer does not enforce this, otherwise things will not work.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000010
Ned Deily2a6f4b32011-01-30 00:18:47 +000011Python consists of the Python programming language interpreter, plus
12a set of programs to allow easy access to it for Mac users including
13an integrated development environment, IDLE, plus a set of pre-built
14extension modules that open up specific Macintosh technologies to
15Python programs.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000016
Ned Deily2a6f4b32011-01-30 00:18:47 +000017 **** IMPORTANT ****
18
19Before using IDLE or other programs using the tkinter graphical user
20interface toolkit, visit http://www.python.org/download/mac/tcltk/
21for current information about supported and recommended versions
22of Tcl/Tk for this version of Python and Mac OS X.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000023
Ned Deily2a6f4b32011-01-30 00:18:47 +000024 *******************
25
26The installer puts applications, an "Update Shell Profile" command,
27and an Extras folder containing demo programs and tools into the
28"Python $VERSION" subfolder of the system Applications folder,
29and puts the underlying machinery into the folder
30$PYTHONFRAMEWORKINSTALLDIR. It can
31optionally place links to the command-line tools in /usr/local/bin as
32well. Double-click on the "Update Shell Profile" command to add the
33"bin" directory inside the framework to your shell's search path.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000034
Ronald Oussoren9ff30422009-03-04 21:12:17 +000035More information on Python in general can be found at
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000036http://www.python.org.