Code Review
/
aiml-fw
/
aimlfw-dep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ea877c5
)
Update installation guide for influx db
54/15154/2
author
Swaraj Kumar
<swaraj.kumar@samsung.com>
Wed, 15 Oct 2025 09:37:53 +0000
(15:07 +0530)
committer
Swaraj 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
patch
|
blob
|
history
diff --git
a/docs/installation-guide.rst
b/docs/installation-guide.rst
index
47d6bdf
..
e8689f0
100755
(executable)
--- 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