We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff304ed commit d2ea98aCopy full SHA for d2ea98a
1 file changed
README.md
@@ -40,9 +40,14 @@ $ jmu_gradescope_builder.py
40
If that doesn't work, you may need to execute the script using the Python interpreter:
41
42
```
43
-python3 jmu_python_gradescope_utils/scripts/jmu_gradescope_builder.py
+python3 wherever/on/your/system/bin/jmu_gradescope_builder.py
44
45
46
+Note that the GUI uses tk, which should be available in Windows, Linux
47
+and OSX. Unfortunately, the tk library distributed with some versions
48
+of OSX is broken, resulting in a blank black window. There are some
49
+reports that upgrading Python to 3.10 resolves the issue.
50
+
51
## Autograder Format
52
53
See `examples/hello_world/` and `hello_world_w_coverage` for a sample autograders.
0 commit comments