aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package
blob: ee7c5f210396e215ffd84805cddfd07f13b35e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

if [ ${DIB_DEBUG_TRACE:-1} -gt 0 ]; then
    set -x
fi

# Stop on error
set -euo pipefail

python3 -m pip install --upgrade pip
python3 -m pip install setuptools wheel pbr
python3 -m pip install pyyaml