1
0
Fork 0
mirror of https://github.com/Luzifer/mqtt2influx.git synced 2024-10-18 05:44:19 +00:00
mqtt2influx/Makefile

12 lines
173 B
Makefile
Raw Permalink Normal View History

2020-07-11 16:20:49 +00:00
default:
clean:
rm -rf .venv
freeze: testenv
./.venv/bin/pip freeze >requirements.txt
testenv: clean
python -m venv .venv
./.venv/bin/pip install -r requirements.txt