if ! [ -d .venv ] then python -m venv .venv . .venv/bin/activate pip install -U coverage setuptools setuptools_scm wheel else . .venv/bin/activate fi