install.sh 216 B

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