NFVBENCH-196: New NFVbench image for generator part (nfvbench and TRex codes inside VM)
[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 python3 get-pip.py
6
7 pip3 install setuptools wheel pbr
8 pip3 install pyyaml