setup.sh 163 B

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