mirror of
https://github.com/Luzifer/streampulse.git
synced 2024-11-09 23:50:06 +00:00
11 lines
188 B
Makefile
11 lines
188 B
Makefile
|
default:
|
||
|
|
||
|
run:
|
||
|
vault2env -k secret/private/mqttcli -- envrun -- ./.venv/bin/python main.py
|
||
|
|
||
|
requirements: .venv
|
||
|
./.venv/bin/pip install -r requirements.txt
|
||
|
|
||
|
.venv:
|
||
|
python -m venv .venv
|