blob: 4f78e822acd9a30e612da6fc07bb66d3337ab50a [file] [log] [blame]
Ronald Oussorencc00a262009-05-19 19:29:24 +00001This package will install Python $FULL_VERSION for Mac OS X
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +00002$MACOSX_DEPLOYMENT_TARGET for the following
3architecture(s): $ARCHITECTURES.
4
5Separate installers are available for older versions
6of Mac OS X, see the homepage, below.
7
8Installation requires approximately $INSTALL_SIZE MB of disk
9space, ignore the message that it will take zero bytes.
10
11You must install onto your current boot disk, even
12though the installer does not enforce this, otherwise
13things will not work.
14
Ronald Oussorencc00a262009-05-19 19:29:24 +000015Python consists of the Python programming language
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000016interpreter, plus a set of programs to allow easy
Ronald Oussoren9ff30422009-03-04 21:12:17 +000017access to it for Mac users including an integrated development
18environment, IDLE, plus a set of pre-built extension modules
19that open up specific Macintosh technologies to Python programs.
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000020
Ronald Oussoren580c7fe2008-05-02 19:45:11 +000021The installer puts the applications in "Python $VERSION"
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000022in your Applications folder, command-line tools in
23/usr/local/bin and the underlying machinery in
24$PYTHONFRAMEWORKINSTALLDIR.
25
Ronald Oussoren9ff30422009-03-04 21:12:17 +000026More information on Python in general can be found at
Ronald Oussoren0e5b70d2006-06-07 18:58:42 +000027http://www.python.org.