diff options
Diffstat (limited to 'playground/calculate')
| -rwxr-xr-x | playground/calculate/run.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/playground/calculate/run.sh b/playground/calculate/run.sh index 8daac94..b1670e3 100755 --- a/playground/calculate/run.sh +++ b/playground/calculate/run.sh @@ -1,6 +1,9 @@ #!/bin/bash -PYTHONPATH=../../src_py python -m opcut calculate \ +PYTHONPATH=../../src_py python -m opcut \ + --json-schemas-path ../../schemas_json \ + --ui-path ../../build/js \ + calculate \ --params params.yaml \ --result result.yaml \ --output output.pdf \ |
