Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 470 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 470 Bytes

Timetable Scheduler

Python Commands

From the timetable_scheduler/python dir run, python setup install

From the timetable_scheduler dir,

  • python -m python.src.XHSTTS.xhstts to run the xhstts.py script
  • python -m python.src.Algorithms.random_algorithm to run the algorithms (replace random_algorithm with the name of the algorithm file excluding the '.py')
  • pytest -v -s python/src/tests/test.py to run the test file (requires installing pytest)