diff --git a/Makefile b/Makefile index 58c155b..722003c 100644 --- a/Makefile +++ b/Makefile @@ -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