Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 483 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 483 Bytes

aiVLE Runner

Runner program that watches over and executes agent and test suites from aiVLE.

Dependencies

  • Python >= 3.6

Usage

  1. Duplicate the example.env file to create a new .env file.
  2. Update the values in the .env file according to your aivle-web configuration.
  3. Ensure that the user WATCHER_USERNAME is registered as an admin in the system.
  4. Install the requirements:
pip install -r requirements.txt
  1. Run watcher
python watcher.py