syndicate-py/.envrc

5 lines
137 B
Plaintext
Raw Permalink Normal View History

2021-12-24 23:36:23 +00:00
[ -d .venv ] || python -m venv .venv
. .venv/bin/activate
2022-01-11 19:19:18 +00:00
pip install -U setuptools setuptools_scm wheel
2018-11-20 19:45:27 +00:00
pip install -r requirements.txt