Deployment description 88/10688/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Tue, 7 Mar 2023 17:19:20 +0000 (18:19 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Tue, 7 Mar 2023 17:34:19 +0000 (18:34 +0100)
- add package for python parser

IssueID: OAM-317
Change-Id: I210fcb345101f8ab6dcd136b2c1f11105aa1fe70
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
solution/README-O-RU-Controller.md
solution/README.md

index ebfe318..50f0760 100644 (file)
@@ -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
index d6ce1ca..90d7ff7 100644 (file)
@@ -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.