/Mac/BuildScript/resources/ReadMe.txt

http://unladen-swallow.googlecode.com/ · Plain Text · 30 lines · 23 code · 7 blank · 0 comment · 0 complexity · b42fcef8515364d981dd6a5f22d96664 MD5 · raw file

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