summaryrefslogtreecommitdiff
path: root/evergreen/libdeps_setup.sh
blob: 06c9535ef818350bab9a203637f49c9a5c274c02 (plain)
1
2
3
4
5
6
7
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
. "$DIR/prelude.sh"

cd src

activate_venv
python -m pip install -r etc/pip/libdeps-requirements.txt