The python packages required are listed in the requirements.txt file.
All the packages can be installed directly by using :
pip install -U -r requirements.txt
In case of conflicts please install each package separately.
Ex:
pip install tabulate
pip install matplotlib
pip install pytest
python craps.py
lots of things