Updating Docs with Common-Libraries installation scripts
Issue-Id: AIMLFW-295
Change-Id: I9aee0a88d2bbe78c1c4ffc4e3dbfd0446c72efc1
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
.. 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.
.. 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.