From 55f6fa0cba33c73b5ba6cb3a9c74b13bf45a7da0 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Tue, 7 Mar 2023 18:19:20 +0100 Subject: [PATCH] Deployment description - add package for python parser IssueID: OAM-317 Change-Id: I210fcb345101f8ab6dcd136b2c1f11105aa1fe70 Signed-off-by: Martin Skorupski --- solution/README-O-RU-Controller.md | 6 ++++++ solution/README.md | 7 +++++++ 2 files changed, 13 insertions(+) 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. -- 2.16.6