From the timetable_scheduler/python
dir run,
python setup install
From the timetable_scheduler
dir,
python -m python.src.XHSTTS.xhstts
to run thexhstts.py
scriptpython -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)