#!/usr/bin/env bash python3 -m venv .venv source ./.venv/bin/activate PATH_add .venv/bin PATH_add bin python3 -m pip install --upgrade pip