mirror of https://github.com/python/cpython.git
Slight clarification on running the examples from the Finder.
This commit is contained in:
parent
d163b85a07
commit
01d49fa283
|
@ -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.
|
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
|
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
|
that you start them from the command line or with PythonLauncher. In the
|
||||||
by holding down the "alt" key when double-clicking them.
|
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).
|
||||||
|
|
Loading…
Reference in New Issue