diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-29 00:24:12 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-29 00:24:12 (GMT) |
commit | 01d49fa283cc68afd0fc8afcc557eadadeb613cf (patch) | |
tree | 4907915bb11f82d159378b2ecd8e1f2ff1987d99 /Mac | |
parent | d163b85a07fe644b8a72d50a7ffb09f036baee74 (diff) | |
download | cpython-01d49fa283cc68afd0fc8afcc557eadadeb613cf.zip cpython-01d49fa283cc68afd0fc8afcc557eadadeb613cf.tar.gz cpython-01d49fa283cc68afd0fc8afcc557eadadeb613cf.tar.bz2 |
Slight clarification on running the examples from the Finder.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSX/Extras.ReadMe.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Mac/OSX/Extras.ReadMe.txt b/Mac/OSX/Extras.ReadMe.txt index cfe55bd..c41e89c 100644 --- a/Mac/OSX/Extras.ReadMe.txt +++ b/Mac/OSX/Extras.ReadMe.txt @@ -5,5 +5,8 @@ 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. +that you start them from the command line or with PythonLauncher. In the +latter case, you can supply any needed command line arguments by holding +the "alt" key while dragging the script to PythonLauncher (or while +double-clicking the script, if PythonLauncher is set as the default application +to open Python scripts with). |