diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-19 22:35:20 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-19 22:35:20 (GMT) |
commit | a1b77584f213820ee5358b3c354b8f4b9221fd5c (patch) | |
tree | d6aba3a65d5fa0f377dfbb9c406a5205d5277e1f /Mac/OSX/Extras.ReadMe.txt | |
parent | e53be4e8557a5e99e67406c02f07ac290f0cefb6 (diff) | |
download | cpython-a1b77584f213820ee5358b3c354b8f4b9221fd5c.zip cpython-a1b77584f213820ee5358b3c354b8f4b9221fd5c.tar.gz cpython-a1b77584f213820ee5358b3c354b8f4b9221fd5c.tar.bz2 |
Added a target frameworkinstallextras (OSX framework build specific,
and not part of a normal frameworkinstall) that installs Demo and Tools
and a readme file into /Applications/MacPython-2.3/Extras. This will
give people access to the demos and tools if they instal Python through
the binary installer.
Diffstat (limited to 'Mac/OSX/Extras.ReadMe.txt')
-rw-r--r-- | Mac/OSX/Extras.ReadMe.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Mac/OSX/Extras.ReadMe.txt b/Mac/OSX/Extras.ReadMe.txt new file mode 100644 index 0000000..cfe55bd --- /dev/null +++ b/Mac/OSX/Extras.ReadMe.txt @@ -0,0 +1,9 @@ +This folder contains examples of Python usage and useful scripts and tools. + +You should be aware that these are not Macintosh-specific but are shared +among Python on all platforms, so there are some that only run on Windows +or Unix or another platform, and/or make little sense on a Macintosh. + +Some examples can be run from within the PythonIDE, but many will require +that you start them from the command line, or supply command-line arguments +by holding down the "alt" key when double-clicking them. |