1 2 3 4 5 6
#!/bin/sh rm -rf .venv python3 -m venv .venv .venv/bin/pip install -U pip .venv/bin/pip install -r requirements.txt