diff options
Diffstat (limited to 'solve/ply-2.2/example/optcalc/README')
| -rw-r--r-- | solve/ply-2.2/example/optcalc/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/solve/ply-2.2/example/optcalc/README b/solve/ply-2.2/example/optcalc/README new file mode 100644 index 0000000..6d196f0 --- /dev/null +++ b/solve/ply-2.2/example/optcalc/README @@ -0,0 +1,9 @@ +An example showing how to use Python optimized mode. +To run: + + - First run 'python calc.py' + + - Then run 'python -OO calc.py' + +If working corretly, the second version should run the +same way. |
