X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fbindings%2Frmr-python%2FREADME.md;h=b88d020920b9073f2a6b2c08a4d39c4c65292416;hb=6efa7aa73ef36cb0c299e34b5457ab0e4ebf88e3;hp=b97af14225a88f7bfe6692a0f1b47b7c25254e72;hpb=46ae0f44cd0ea713601f16adc5ea709e607eb2e8;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/README.md b/src/bindings/rmr-python/README.md index b97af14..b88d020 100644 --- a/src/bindings/rmr-python/README.md +++ b/src/bindings/rmr-python/README.md @@ -39,15 +39,13 @@ There are some higher order send functions, for example functions that send and If rmr is *not* compiled on your system, see the below instructions for downloading and compiling rmr. This library expects that the rmr .so files are compiled and available. ## From PyPi -(TODO: This is going to have to change to some LF PYPI or some public PYPI, soon.) - pip install --trusted-host nexus01.research.att.com --extra-index-url https://nexus01.research.att.com:8443/repository/solutioning01-mte2-pypi/simple rmr==version.you.want + pip install rmr==X.Y.Z ## From Source -(TODO: this has to be moved to LF) - git clone git@gitlab.research.att.com:tommy/rmr-python.git - cd rmr-python + git clone "https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr" + cd rmr/src/bindings/rmr-python/ pip install . # Examples