This is the local fork of OpenSubmit, a small web application for managing student assignment solutions in a university environment.
- To install this version (not the official one) via
pip
: - opensubmit-web:
pip install --upgrade git+https://github.com/tuc-osg/opensubmit#egg=opensubmit-web\&subdirectory=web
- opensubmit-exec:
pip install --upgrade git+https://github.com/tuc-osg/opensubmit#egg=opensubmit-exec\&subdirectory=executor
- opensubmit-web:
Check http://docs.open-submit.org for more information, including the latest changelog.