...
First step is to add these statements to the very top of each .py file:
|
If your .py
file starts with a #!
invocation statement, place those lines AFTER the shbang:
|
These lines do two things:
...
...
First step is to add these statements to the very top of each .py file:
|
If your .py
file starts with a #!
invocation statement, place those lines AFTER the shbang:
|
These lines do two things:
...