preserves/implementations/python/.envrc

4 lines
114 B
Plaintext
Raw Normal View History

[ -d .venv ] || python -m venv .venv
. .venv/bin/activate
pip install -U coverage setuptools setuptools_scm wheel