decentral1se
2 years ago
1 changed files with 1 additions and 2 deletions
@ -1,8 +1,7 @@ |
|||
default: run |
|||
|
|||
setup: |
|||
@python3 -m venv .venv |
|||
@.venv/bin/pip install -r requirements.txt |
|||
@if [ ! -d ".venv" ]; then python3 -m venv .venv && .venv/bin/pip install -r requirements.txt; fi |
|||
|
|||
run: |
|||
@.venv/bin/python octomode.py |
|||
|
Loading…
Reference in new issue