From: ashishj1729 Date: Wed, 19 Nov 2025 19:11:14 +0000 (+0530) Subject: Update Documentation with Common-Libs Installation X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f909c6df864a84a2c88fa270170256ed713da9c3;p=aiml-fw%2Faimlfw-dep.git Update Documentation with Common-Libs Installation Updating Docs with Common-Libraries installation scripts Issue-Id: AIMLFW-295 Change-Id: I9aee0a88d2bbe78c1c4ffc4e3dbfd0446c72efc1 Signed-off-by: ashishj1729 --- diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index d490505..75c31cc 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -81,6 +81,11 @@ Ensure image version is correct. .. code:: bash + # Install common libraries + bin/install_libs.sh + source ~/.bashrc + + # Install AIMLFW bin/install_traininghost.sh RECIPE_EXAMPLE/example_recipe_latest_stable.yaml **Note**: In case the Influx DB datalake is not available, this can be skipped at this stage and can be updated after installing datalake. @@ -95,6 +100,11 @@ Update recipe file :file:`RECIPE_EXAMPLE/example_recipe_nexus_images_staging.yam .. code:: bash + # Install common libraries + bin/install_libs.sh + source ~/.bashrc + + # Install AIMLFW bin/install_traininghost.sh RECIPE_EXAMPLE/example_recipe_nexus_images_staging.yaml **Note**: For l-release use default RECIPE_FILE , that is RECIPE_EXAMPLE/example_recipe_latest_stable.yaml.In case you want to use master branch(not stable) for checking new updates use RECIPE_EXAMPLE/example_recipe_nexus_images_staging.yaml as RECIPE_FILE.