setup.sh 190 B

1234567
  1. #!/bin/bash
  2. fw_depends python3
  3. pip3 install --install-option="--prefix=${PY3_ROOT}" -r $TROOT/requirements.txt
  4. api_hour -ac --chdir=hello/ --config_dir=hello/etc/hello/ hello:Container &