Skip to content

Commit d2ea98a

Browse files
Nathan SpragueNathan Sprague
authored andcommitted
Update README
1 parent ff304ed commit d2ea98a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@ $ jmu_gradescope_builder.py
4040
If that doesn't work, you may need to execute the script using the Python interpreter:
4141

4242
```
43-
python3 jmu_python_gradescope_utils/scripts/jmu_gradescope_builder.py
43+
python3 wherever/on/your/system/bin/jmu_gradescope_builder.py
4444
```
4545

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+
4651
## Autograder Format
4752

4853
See `examples/hello_world/` and `hello_world_w_coverage` for a sample autograders.

0 commit comments

Comments
 (0)