Home | History | Annotate | Download | only in script

Lines Matching refs:install

18 echo "Install Python SDK"
19 sudo apt-get -y install python-dev
21 echo "Install Protocol Buffer packages"
22 sudo apt-get -y install python-protobuf
23 sudo apt-get -y install protobuf-compiler
25 echo "Install Python virtualenv and pip tools for VTS TradeFed and Runner"
26 sudo apt-get -y install python-setuptools
27 sudo apt-get -y install python-pip
28 sudo apt-get -y install python3-pip
29 sudo apt-get -y install python-virtualenv
31 echo "Install Python modules for VTS Runner"
32 sudo pip install future
33 sudo pip install futures
34 sudo pip install enum
35 sudo pip install protobuf
36 sudo pip install setuptools
37 sudo pip install requests
38 sudo pip install httplib2
39 sudo pip install oauth2client
40 sudo pip install google-api-python-client
41 sudo pip install google-cloud-pubsub
43 echo "Install packages for Kernel tests"
44 sudo pip install parse
45 sudo pip install ply
47 echo "Install packages for Camera ITS tests"
48 sudo apt-get -y install python-tk
49 sudo pip install numpy
50 sudo pip install scipy
51 sudo pip install matplotlib
52 sudo apt-get -y install libjpeg-dev
53 sudo apt-get -y install libtiff-dev
54 sudo pip install Pillow