@@ -28,7 +28,7 @@ Note this scripts does not grade your report. To grade your report, use:
...
@@ -28,7 +28,7 @@ Note this scripts does not grade your report. To grade your report, use:
> python report1_grade.py
> python report1_grade.py
Finally, note that if your report is part of a module (package), and the report script requires part of that package, the -m option for python may be useful.
Finally, note that if your report is part of a module (package), and the report script requires part of that package, the -m option for python may be useful.
For instance, if the report file is in Documents/course_package/assignment1_dp.py, and `course_package` is a python package, then change directory to 'Documents/` and run:
For instance, if the report file is in Documents/course_package/report1.py, and `course_package` is a python package, then change directory to 'Documents/` and run: