This is a collection of tools for CS 170:
- Grading - toolkit for extensible and reproducible grading scripts
Recommended way is to clone the repository locally, then run python3 setup.py develop
.
This lets you modify the contents dynamically.
Alternatively, you can do pip3 install git+ssh://git@github.com/Berkeley-CS170/cs170-tools#egg=cs170-tools
.