midsem autograders
- install required python packages using the following command (in the directory where this
README is present):
python3 -m pip install -r requirements.txt
-
for each activity, first download your VLab submission archive for the one you want to evaluate
-
place this archive (should be named as
@iitb.ac.in.tar.gz, for example, 200050129@iitb.ac.in.tar.gz) inside the "submission" folder within the activity folder present here (for example, within a1-bash/submission, if you want to evaluate bash) - cd into the activity folder here (example: cd a1-bash) and then run the following:
bash run.sh <roll-number>
For example, “bash run.sh 200050129”
-
look at the output given by the autograder and accordingly fill in your issues
- reach out to us in case of any other autograder related issues