Update installation guide for influx db 54/15154/2
authorSwaraj Kumar <swaraj.kumar@samsung.com>
Wed, 15 Oct 2025 09:37:53 +0000 (15:07 +0530)
committerSwaraj Kumar <swaraj.kumar@samsung.com>
Wed, 15 Oct 2025 12:04:33 +0000 (12:04 +0000)
pip3 installtion step is added in the installtion-guide.rst file

Issue-ID: AIMLFW-301
Change-Id: Ib7d8be09b780cb3954b78e84de3f7eb18240d84d
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
docs/installation-guide.rst

index 47d6bdf..e8689f0 100755 (executable)
@@ -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