diff --git a/README.md b/README.md index 47b511aa8d183095d3a64e6719c437230b5454d4..c5b4b58eecc7a0928ffcdd5d97198cb4ec0143c0 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,13 @@ Allows to - create projects within a group - delete projects within a group - - batch-assign students to projects (via .tsv file) \ No newline at end of file + - batch-assign students to projects (via .tsv file) + + +Requirements + - Python(3) + - a manually created group in Gitlab + - a corresponding Gitlab access token (available via environment variable $GITLABTOKEN) when running `main.py` + +Get started + - run `main.py` \ No newline at end of file