setup.sh 155 B

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