Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
platform
/
crostestutils
/
524fc3b5d46ca8fb7025cf29457592862e6c6d0c
/
.
/
provingground
/
av_analysis
/
recording_server
/
setup.sh
blob: 24840c39438cd72ade0cab1ce5372e07f84c2aec [
file
] [
log
] [
blame
]
#!/bin/bash
# Install the dependencies for the server.
set
-
e
# Setup virtualenv
apt install python
-
pip
pip install virtualenv
python3
-
m virtualenv venv
source venv
/
bin
/
activate
pip install
-
r requirements
.
txt