aboutsummaryrefslogtreecommitdiff
path: root/demo/README
diff options
context:
space:
mode:
authorSkip Montanaro <[email protected]>2021-02-16 20:14:16 -0600
committerSkip Montanaro <[email protected]>2021-02-16 20:14:16 -0600
commitc2587c76f1b416cdbecb979e54941933246bf856 (patch)
treebb61ee9128075ce22af4eafa232f13c2e5a07896 /demo/README
parentd90761a005b24018ae237bf551515772a1de656f (diff)
downloadpython-0.9.1-patched-QoL-c2587c76f1b416cdbecb979e54941933246bf856.tar.xz
python-0.9.1-patched-QoL-c2587c76f1b416cdbecb979e54941933246bf856.zip
starting over
Diffstat (limited to 'demo/README')
-rw-r--r--demo/README20
1 files changed, 10 insertions, 10 deletions
diff --git a/demo/README b/demo/README
index a9ff224..eb17d48 100644
--- a/demo/README
+++ b/demo/README
@@ -1,22 +1,22 @@
This directory contains various demonstrations of what you can do with
-Python. The demos are grouped sub(sub*)directories according to
+Python. The demos are grouped sub(sub*)directories according to
required optional built-in modules.
-scripts Some useful Python scripts that I put in my bin
- directory. No optional built-in modules meeded.
+scripts Some useful Python scripts that I put in my bin
+ directory. No optional built-in modules meeded.
-sgi Demos that only run on Silicon Graphics machines.
- Require the built-in modules 'audio' and/or 'gl'.
+sgi Demos that only run on Silicon Graphics machines.
+ Require the built-in modules 'audio' and/or 'gl'.
-stdwin Demos that use the STDWIN library. Require the 'stdwin'
- built-in module.
+stdwin Demos that use the STDWIN library. Require the 'stdwin'
+ built-in module.
WARNING: some scripts are executable and have a first line saying
- #! /ufs/guido/bin/sgi/python
+ #! /ufs/guido/bin/sgi/python
This is unlikely to give good results anywhere else except in my
-office. Edit the first line before installing such scripts; to try
-them out, you can just say "python file.py". (The .py suffix is not
+office. Edit the first line before installing such scripts; to try
+them out, you can just say "python file.py". (The .py suffix is not
necessary in this case, but makes it possible to debug the modules
interactively by importing them.)