#!/bin/bash # Make virtual env python3 -m venv venv venv/bin/python3 -m pip install -r requirements.txt # Process data python3 process.py