Merge pull request #341 from gsomlo/gls-fix-installer2

update dependency installer to python3
This commit is contained in:
bharnden 2020-01-14 20:57:19 -08:00 committed by GitHub
commit 947c381a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() {