From 700bcfbfbf55b7b79639c2001c893641cd48f56e Mon Sep 17 00:00:00 2001 From: Tommy Carpenter Date: Mon, 20 May 2019 17:30:42 +0000 Subject: [PATCH] Fix python README URLs Change-Id: I0f8211c920fc258073413be28876010ec7fb6278 Signed-off-by: Tommy Carpenter --- src/bindings/rmr-python/README | 2 -- src/bindings/rmr-python/README.md | 8 +++----- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 src/bindings/rmr-python/README diff --git a/src/bindings/rmr-python/README b/src/bindings/rmr-python/README deleted file mode 100644 index 534dc60..0000000 --- a/src/bindings/rmr-python/README +++ /dev/null @@ -1,2 +0,0 @@ - -Place holder for python binding (wrapper) code. 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 -- 2.16.6