X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2FREADME.md;h=90d7ff7ef8caf6ac09241f70a8e08fa08b2fb5e5;hb=55f6fa0cba33c73b5ba6cb3a9c74b13bf45a7da0;hp=d6ce1ca651725f4615d68adf5cdbeccf23c62fd4;hpb=de22e5a580303c483da2ad3ce587d2363982be41;p=oam.git 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.