HomeSort by relevance Sort by last modified time
    Searched refs:pip2 (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/tools/ci_build/install/
install_pip_packages.sh 21 # Run easy_install after easy_install3, so that the default pip points to pip2,
31 pip2 install wheel==0.31.1
36 pip2 install --upgrade setuptools==39.1.0
39 pip2 install virtualenv
43 pip2 install --upgrade six==1.12.0
47 pip2 install --upgrade absl-py
51 pip2 install --upgrade werkzeug==0.11.10
55 pip2 install --upgrade bleach==2.0.0
59 pip2 install --upgrade markdown==2.6.8
63 pip2 install --upgrade protobuf==3.6.
    [all...]
  /external/scapy/.travis/
install.sh 1 PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) || (python --version 2>&1 | grep -q 'Python 3' && which pip3)`

Completed in 1033 milliseconds