Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 1 | This package will install MacPython $FULL_VERSION for Mac OS X |
| 2 | $MACOSX_DEPLOYMENT_TARGET for the following |
| 3 | architecture(s): $ARCHITECTURES. |
| 4 | |
| 5 | Separate installers are available for older versions |
| 6 | of Mac OS X, see the homepage, below. |
| 7 | |
| 8 | Installation requires approximately $INSTALL_SIZE MB of disk |
| 9 | space, ignore the message that it will take zero bytes. |
| 10 | |
| 11 | You must install onto your current boot disk, even |
| 12 | though the installer does not enforce this, otherwise |
| 13 | things will not work. |
| 14 | |
| 15 | MacPython consists of the Python programming language |
| 16 | interpreter, plus a set of programs to allow easy |
Ronald Oussoren | 50987bc | 2009-02-12 15:24:51 +0000 | [diff] [blame^] | 17 | access to it for Mac users including an integrated development |
| 18 | environment, IDLE, plus a set of pre-built extension modules |
| 19 | that open up specific Macintosh technologies to Python programs. |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 20 | |
Christian Heimes | 81ee3ef | 2008-05-04 22:42:01 +0000 | [diff] [blame] | 21 | The installer puts the applications in "Python $VERSION" |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 22 | in your Applications folder, command-line tools in |
| 23 | /usr/local/bin and the underlying machinery in |
| 24 | $PYTHONFRAMEWORKINSTALLDIR. |
| 25 | |
| 26 | More information on MacPython can be found at |
Ronald Oussoren | 50987bc | 2009-02-12 15:24:51 +0000 | [diff] [blame^] | 27 | http://www.python.org/download/mac/. |
| 28 | |
| 29 | More information on Python in general can be found at |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 30 | http://www.python.org. |