install.sh 281 B

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