Use blocking get call w/ timeout to read msg queue
[ric-plt/xapp-frame-py.git] / docs / installation-guide.rst
index ea6090f..088490f 100755 (executable)
@@ -6,11 +6,16 @@
 Installation Guide
 ==================
 
-.. contents::
-   :depth: 3
-   :local:
+The `ricxappframe` is available in `PyPI <https://pypi.org/project/ricxappframe>`_ .
+Use pip to install the version required.
 
-Installation
-------------
-
-[SOON THIS WILL BE TRUE] The `ricxappframe` is available in PyPi. Use pip to install the version you want.
+Installing the ricxappframe package does NOT install the required RMR system library,
+a shared object written in C and available for most Linux systems.
+For information on how to install the RMR system library, see here for
+`DEB/RPM packages <https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=3605041>`_
+and here to install from
+`source <https://wiki.o-ran-sc.org/display/RICP/RMR+Building+From+Source>`_.
+Alternatively, you can use a script (note, this file contains an RMR version
+that is subject to change!) in the
+`a1 <https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt/a1.git;a=blob;f=integration_tests/install_rmr.sh;h=70ee489ba2895ea67ca2c93ecefb2776ba2c9ff3;hb=78ba273b279a7e7af6dba811a29746b881a53a8e>`_
+repo.