A tool to create a randomized speaking and board sharing order for agile daily meetings.
- you need to have pyyaml installed - it's tested it with version 5.4.1, others might or might not work
- you need to have python3 installed on your system otherwise you can not run the program
To run the program just navigate to the directory where the program is located and run:
make run-dice
To install all required dependencies run (This may only work if you have pip installed or are working on an Ubuntu system):
make python-package-install
To start the unittests run:
make test