From: Martin Skorupski Date: Tue, 7 Mar 2023 17:19:20 +0000 (+0100) Subject: Deployment description X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=55f6fa0cba33c73b5ba6cb3a9c74b13bf45a7da0;p=oam.git Deployment description - add package for python parser IssueID: OAM-317 Change-Id: I210fcb345101f8ab6dcd136b2c1f11105aa1fe70 Signed-off-by: Martin Skorupski --- diff --git a/solution/README-O-RU-Controller.md b/solution/README-O-RU-Controller.md index ebfe318..50f0760 100644 --- a/solution/README-O-RU-Controller.md +++ b/solution/README-O-RU-Controller.md @@ -40,6 +40,12 @@ git version 2.34.1 ``` $ python3 --version Python 3.10.6 + +``` +sudo apt install python3-pip +pip install jproperties +``` + ``` It is beneficial (but not mandatory) adding the following line add the end of your ~/.bashrc file. I will suppress warnings when python script diff --git a/solution/README.md b/solution/README.md index d6ce1ca..90d7ff7 100644 --- a/solution/README.md +++ b/solution/README.md @@ -71,6 +71,13 @@ git version 2.34.1 $ python3 --version Python 3.10.6 ``` + +A python parser package is required. +``` +sudo apt install python3-pip +pip install jproperties +``` + It is beneficial (but not mandatory) adding the following line add the end of your ~/.bashrc file. I will suppress warnings when python script do not verify self signed certificates for HTTPS communication.