diff --git a/run_local.sh b/run_local.sh new file mode 100644 index 0000000..b2b60e8 --- /dev/null +++ b/run_local.sh @@ -0,0 +1,3 @@ +#!/bin/bash +source ./venv/bin/activate +python ./multilang_translator/main.py \ No newline at end of file