python -m venv venv
venv/bin/pip install <the_llibraries_you_want>
venv/bin/python init_db.py
venv/bin/python app.py