1#!/bin/bash 2 3set -x -e 4 5sudo apt-get install python3 python3-pip 6 7pip3 install -r requirements.txt 8