Update sijapi.15s.py
This commit is contained in:
parent
e6f9aa8f70
commit
4bfeed7e3d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ sijapi_dir = '/Users/sij/workshop/sijapi'
|
||||||
# STEP 2: Ensure ./sijapi/config/sys.yaml exists in your sijapi directory and contains your correct configuration. You can work off the template provided at sys.yaml-example.
|
# STEP 2: Ensure ./sijapi/config/sys.yaml exists in your sijapi directory and contains your correct configuration. You can work off the template provided at sys.yaml-example.
|
||||||
config_yaml = f'{sijapi_dir}/sijapi/config/sys.yaml'
|
config_yaml = f'{sijapi_dir}/sijapi/config/sys.yaml'
|
||||||
|
|
||||||
# STEP 3: Install 'vitals' (https://sij.ai/sij/vitals) in your server(s) PATH(s).
|
# STEP 3: Install 'vitals' (https://sij.ai/sij/pathScripts/src/branch/main/vitals) in your server(s) PATH(s).
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Reference in a new issue