ensure you have a python installation accessible in your current directory (3.x should work)
to install pip, follow command line instructions for your system from google :)
pip install virtualenv
py -m venv env
on Windows: env/Scripts/activate.bat
on Linux(bash): env/bin/activate
pip install -r requirements.txt
py main.py
localhost:5000