diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..677d55d --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +pip install -r requirements.txt +python3 -m repthon +echo "Repthon"