#!/bin/bash cd yolov5 python -m venv env source env/bin/activate python -m pip install -r requirements.txt