Home | History | Annotate | Download | only in install

Lines Matching refs:install

19 # We don't apt-get install so that we can install a newer version of pip. Not
24 # Install pip packages from whl files to avoid the time-consuming process of
27 pip2 install wheel
28 pip3 install wheel
30 pip2 install virtualenv
31 pip3 install virtualenv
33 # Install six.
34 pip2 install --upgrade six==1.10.0
35 pip3 install --upgrade six==1.10.0
37 # Install absl-py.
38 pip2 install --upgrade absl-py
39 pip3 install --upgrade absl-py
41 # Install werkzeug.
42 pip2 install --upgrade werkzeug==0.11.10
43 pip3 install --upgrade werkzeug==0.11.10
45 # Install bleach. html5lib will be picked up as a dependency.
46 pip2 install --upgrade bleach==2.0.0
47 pip3 install --upgrade bleach==2.0.0
49 # Install markdown.
50 pip2 install --upgrade markdown==2.6.8
51 pip3 install --upgrade markdown==2.6.8
53 # Install protobuf.
54 pip2 install --upgrade protobuf==3.3.0
55 pip3 install --upgrade protobuf==3.3.0
63 pip2 install --no-binary=:all: --upgrade numpy==1.12.0
64 pip3 install --no-binary=:all: --upgrade numpy==1.12.0
66 pip2 install scipy==0.18.1
67 pip3 install scipy==0.18.1
69 pip2 install scikit-learn==0.18.1
70 pip3 install scikit-learn==0.18.1
73 pip2 install pandas==0.19.2
74 pip3 install pandas==0.19.2
77 pip2 install psutil
78 pip3 install psutil
79 pip2 install py-cpuinfo
80 pip3 install py-cpuinfo
83 pip2 install pylint==1.6.4
84 pip3 install pylint==1.6.4
87 pip2 install pep8
88 pip3 install pep8
91 pip2 install mock
93 pip2 install portpicker
94 pip3 install portpicker
97 pip2 install grpcio
98 pip3 install grpcio
101 pip2 install --upgrade astor
102 pip3 install --upgrade astor
103 pip2 install --upgrade gast
104 pip3 install --upgrade gast
105 pip2 install --upgrade termcolor
106 pip3 install --upgrade termcolor