setup.sh 152 B

1234567
  1. #!/bin/bash
  2. fw_depends python3
  3. pip3 install --install-option="--prefix=${PY3_ROOT}" -r $TROOT/requirements.txt
  4. uvicorn app:main -c uvicorn_conf.py &