python3 -m venv digiscreen source digiscreen/bin/activate pip install flask sqlalchemy flask-sqlalchemy pip install flask-login flask-bcrypt python3 setup.py sdist python3 setup.py bdist_wheel flask for installing all the requirements pip install -r requirements.txt