Browse Source

adding activate to the makefile (untested still)

master
mb 3 years ago
parent
commit
450219fcf0
  1. 3
      Makefile

3
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

Loading…
Cancel
Save