Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 335 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 335 Bytes

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