setup_pypy.sh 155 B

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