1 2 3 4 5 6
install: venv venv/bin/pip install --upgrade pip venv/bin/pip install -r requirements.txt venv: python3 -m venv ./venv