From 1d9d18ef885f5d62663b29e0cf0628eca83c8a13 Mon Sep 17 00:00:00 2001 From: vangef Date: Mon, 16 Jan 2023 17:37:53 +0000 Subject: [PATCH] README edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4307e47..ba6ab04 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The submission files are organised per student, by extracting the student number - Extract the downloaded gradebook in a new directory inside *BB_gradebooks* ### Run script -- Before running the script for the first time, install the required python packages +- Before running the script for the first time, install the required packages - `python -m pip install -r requirements.txt` - If running on Linux/Mac, you also need to have *unrar* installed in order to be able to extract .rar files - `sudo apt install unrar` for Linux