QZone

Install the dependencies

Make a virtual environment mkdir virtualenv virtualenv ./virtualenv/ source activate

Inside the virtual environment navigate to the folder where app is present

Install the dependenices pip3 -r requirements.txt

Start the app

python3 quiz.py