From: Tommy Carpenter Date: Thu, 5 Mar 2020 14:40:22 +0000 (-0500) Subject: Update install docs (only). X-Git-Tag: 0.3.0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=98f4201836f5b8f18c50371e22a9c4a29a481fb3;p=ric-plt%2Fxapp-frame-py.git Update install docs (only). Issue-ID: RIC-228 Change-Id: I7cf31f1cf2e64cd459462a4268d06dd12d8966a3 Signed-off-by: Tommy Carpenter --- diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index ea6090f..c3254f3 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -13,4 +13,9 @@ Installation Guide Installation ------------ -[SOON THIS WILL BE TRUE] The `ricxappframe` is available in PyPi. Use pip to install the version you want. +The `ricxappframe` is available in `PyPi `_ . Use pip to install the version you want. + +Installing the ricxappframe does NOT install the underlying rmr system dependency. +The underlying dependencies are in C. +For information on how to install rmr itself, see here for `packages `_ and here to install from `source `_. +Alternatively, you can borrow a script (note, this file contains an rmr version that is subject to change!) in the `a1 `_ repo.