install.sh 159 B

12345678
  1. #!/bin/bash
  2. mkdir -p ~/.pip_cache
  3. export PIP_DOWNLOAD_CACHE=$HOME/.pip_cache
  4. fw_depends python2 nginx
  5. $IROOT/py2/bin/pip install -r $TROOT/requirements.txt