Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.21 KB

Tests codecov PyPI MIT

EGrader

Auto-grade simple programming exercises.

How to use

egrader --help
egrader fetch --help
egrader assess --help
egrader report --help

How to install

From source/GitHub

Install from PyPI:

pip install egrader

Or each step at a time:

pip install git+https://github.com/VideojogosLusofona/egrader.git#egg=egrader.

Installing for development and/or improving the package

git clone https://github.com/VideojogosLusofona/egrader.git
cd egrader
python -m venv env
source env/bin/activate
pip install -e .[dev]

License

GPL v3