|
@ -5,10 +5,5 @@ default: run |
|
|
setup: |
|
|
setup: |
|
|
@if [ ! -d ".venv" ]; then python3 -m venv .venv && .venv/bin/pip install -r requirements.txt; fi |
|
|
@if [ ! -d ".venv" ]; then python3 -m venv .venv && .venv/bin/pip install -r requirements.txt; fi |
|
|
|
|
|
|
|
|
config: |
|
|
run: |
|
|
@set -a |
|
|
@/bin/bash -c "set -a && source config.env && set +a && .venv/bin/python octomode.py" |
|
|
@source config.env |
|
|
|
|
|
@set +a |
|
|
|
|
|
|
|
|
|
|
|
run: config |
|
|
|
|
|
@.venv/bin/python octomode.py |
|
|
|
|
|