From the timetable_scheduler/python dir run,
python setup install
From the timetable_scheduler dir,
python -m python.src.XHSTTS.xhsttsto run thexhstts.pyscriptpython -m python.src.Algorithms.random_algorithmto run the algorithms (replace random_algorithm with the name of the algorithm file excluding the '.py')pytest -v -s python/src/tests/test.pyto run the test file (requires installing pytest)