blob: d99f9f6437acb00a80b7e434e278a041e72b8d32 [file] [log] [blame]
Thomas Wouters477c8d52006-05-27 19:21:47 +00001This package will install MacPython $FULL_VERSION for Mac OS X
2$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
15MacPython consists of the Python programming language
16interpreter, plus a set of programs to allow easy
Ronald Oussoren50987bc2009-02-12 15:24:51 +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.
Thomas Wouters477c8d52006-05-27 19:21:47 +000020
Christian Heimes81ee3ef2008-05-04 22:42:01 +000021The installer puts the applications in "Python $VERSION"
Thomas Wouters477c8d52006-05-27 19:21:47 +000022in your Applications folder, command-line tools in
23/usr/local/bin and the underlying machinery in
24$PYTHONFRAMEWORKINSTALLDIR.
25
26More information on MacPython can be found at
Ronald Oussoren50987bc2009-02-12 15:24:51 +000027http://www.python.org/download/mac/.
28
29More information on Python in general can be found at
Thomas Wouters477c8d52006-05-27 19:21:47 +000030http://www.python.org.