#!/bin/bash cd $(dirname "$0") python3 -m venv ./venv . ./venv/bin/activate pip3 install flask paho-mqtt