aboutsummaryrefslogtreecommitdiff
path: root/playground/calculate/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playground/calculate/run.sh')
-rwxr-xr-xplayground/calculate/run.sh5
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 \