adding activate to the makefile (untested still)

This commit is contained in:
mb 2021-02-17 11:53:19 +01:00
parent 64baad0c98
commit 450219fcf0

View File

@ -4,6 +4,9 @@ setup:
@python3 -m venv .venv && \
.venv/bin/pip install -r requirements.txt
activate:
@source ./venv/bin/activate
run:
@python3 start.py