2d74ff5efe7e48ed06c5c5e0778b1dc66ec006c6
[nfvbench.git] / nfvbenchvm / dib / elements / nfvbenchvm / post-install.d / 50-pip-package
1 #!/bin/bash
2
3 cd /tmp
4 wget https://bootstrap.pypa.io/get-pip.py
5 python get-pip.py
6
7 pip install setuptools wheel
8 pip install pyyaml