syndicate-py/.envrc

4 lines
90 B
Plaintext

[ -d .venv ] || python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt