Install Anaconda (please use python 3.x, doesn't really matter, but I like 3) on your PC. Use terminal to navigate to project folder
conda create --name dlTorch --file DL_workshop.txt
conda activate dlTorch
python3.6 cesShop.py
Accuracy should be around 99%