update dependency installer to python3

This commit is contained in:
Gabriel Somlo 2020-01-14 16:26:44 -05:00
parent 21776feb90
commit d0180af043

View file

@ -8,7 +8,7 @@ function install_python_depencencies() {
}
function install_python_dev_dependencies() {
sudo pip install pipenv grpcio-tools
sudo python3 -m pip install pipenv grpcio-tools
}
function install_ospf_mdr() {