From 1177a4643648c5ca14079ca20a361f1858bbfd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Garc=C3=ADa?= Date: Mon, 24 Feb 2020 09:33:12 +0100 Subject: [PATCH] osmclient: added verboselogs to instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gerardo GarcĂ­a --- 03-installing-osm.md | 4 +++- 10-osm-client-commands-reference.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/03-installing-osm.md b/03-installing-osm.md index 8d7ac31..76ea652 100644 --- a/03-installing-osm.md +++ b/03-installing-osm.md @@ -271,7 +271,9 @@ sudo sed -i "/osm-download.etsi.org/d" /etc/apt/sources.list wget -qO - https://osm-download.etsi.org/repository/osm/debian/ReleaseSEVEN/OSM%20ETSI%20Release%20Key.gpg | sudo apt-key add - sudo add-apt-repository -y "deb [arch=amd64] https://osm-download.etsi.org/repository/osm/debian/ReleaseSEVEN stable devops osmclient" sudo apt-get update -sudo -H python3 -m pip install python-magic pyangbind +sudo apt-get install -y python3-pip +sudo -H python3 -m pip install -U pip +sudo -H python3 -m pip install python-magic pyangbind verboselogs sudo apt-get install python3-osmclient ``` diff --git a/10-osm-client-commands-reference.md b/10-osm-client-commands-reference.md index 9bd3a1f..4c6e060 100644 --- a/10-osm-client-commands-reference.md +++ b/10-osm-client-commands-reference.md @@ -168,7 +168,7 @@ sudo -H python3 -m pip install git+https://osm.etsi.org/gerrit/osm/osmclient@v7. sudo apt-get install python3-pip libcurl4-openssl-dev libssl-dev # Centos pre-requirements # sudo yum install python3-pip libcurl-devel gnutls-devel -sudo -H python3 -m pip install python-magic +sudo -H python3 -m pip install python-magic pyangbind verboselogs # Install OSM Information model sudo -H python3 -m pip install git+https://osm.etsi.org/gerrit/osm/IM --upgrade # Clone the osmclient repo and install OSM client from the git repo. -- GitLab