A solution to the kata at https://codingdojo.org/kata/Yahtzee/
- Python 3.7 or higher on your system.
- Install PDM on your system.
- From a command prompt in the project directory, type
pdm install.
- From a command prompt inside the project folder, type
pdm run pytest.