Update Documentation with Common-Libs Installation 00/15300/2
authorashishj1729 <jain.ashish@samsung.com>
Wed, 19 Nov 2025 19:11:14 +0000 (00:41 +0530)
committerAshish Jain <jain.ashish@samsung.com>
Thu, 20 Nov 2025 05:56:13 +0000 (05:56 +0000)
Updating Docs with Common-Libraries installation scripts

Issue-Id: AIMLFW-295
Change-Id: I9aee0a88d2bbe78c1c4ffc4e3dbfd0446c72efc1
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
docs/installation-guide.rst

index d490505..75c31cc 100755 (executable)
@@ -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.