From 7937ce6e2dba1d413c52de4d48d1e7b7bb99afda Mon Sep 17 00:00:00 2001 From: Swaraj Kumar Date: Wed, 15 Oct 2025 15:07:53 +0530 Subject: [PATCH] Update installation guide for influx db pip3 installtion step is added in the installtion-guide.rst file Issue-ID: AIMLFW-301 Change-Id: Ib7d8be09b780cb3954b78e84de3f7eb18240d84d Signed-off-by: Swaraj Kumar --- docs/installation-guide.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 47d6bdf..e8689f0 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -192,7 +192,8 @@ Note: This Bucket name `UEData` will be reffered while creating featureGroup in Install the following dependencies which is required for parsing and onboarding data from `.csv` file: .. code:: bash - + + sudo apt install python3-pip sudo pip3 install pandas sudo pip3 install influxdb_client -- 2.16.6