update dependency installer to python3
This commit is contained in:
parent
21776feb90
commit
d0180af043
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function install_python_depencencies() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_python_dev_dependencies() {
|
function install_python_dev_dependencies() {
|
||||||
sudo pip install pipenv grpcio-tools
|
sudo python3 -m pip install pipenv grpcio-tools
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_ospf_mdr() {
|
function install_ospf_mdr() {
|
||||||
|
|
Loading…
Reference in a new issue