Home | History | Annotate | Download | only in install

Lines Matching refs:install

16 # Install packages required by Python3.5 build
28 # Install Python 3.5 and dev library
29 apt-get install -y --no-install-recommends python3.5 libpython3.5-dev
31 # Install pip3.5
42 pip3.5 install --upgrade virtualenv
44 # Install six.
45 pip3.5 install --upgrade absl-py
46 pip3.5 install --upgrade six==1.10.0
48 # Install protobuf.
49 pip3.5 install --upgrade protobuf==3.3.0
54 # Install numpy, scipy and scikit-learn required by the builds
59 pip3.5 install --no-binary=:all: --upgrade numpy==1.12.0
61 pip3.5 install scipy==0.18.1
63 pip3.5 install scikit-learn==0.19.1
66 pip3 install pandas==0.19.2
68 # Install recent-enough version of wheel for Python 3.5 wheel builds
69 pip3.5 install wheel==0.29.0
71 pip3.5 install portpicker
73 pip3.5 install werkzeug
75 pip3.5 install grpcio
78 pip3.5 install --upgrade astor
79 pip3.5 install --upgrade gast
80 pip3.5 install --upgrade termcolor
82 # LINT.ThenChange(//tensorflow/tools/ci_build/install/install_python3.6_pip_packages.sh)