doc: fix dpdk-graph-crypto-perf dependencies

Message ID 20210301112831.1655621-1-ciara.power@intel.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series doc: fix dpdk-graph-crypto-perf dependencies |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot fail travis build: failed
ci/intel-Testing success Testing PASS
ci/github-robot success github build: passed

Commit Message

Power, Ciara March 1, 2021, 11:28 a.m. UTC
  The script dependencies list was incomplete,
this patch adds missing modules and removes an unnecessary entry.
The installation command was also added.

Fixes: f400e0b82bf1 ("app/crypto-perf: add script to graph perf results")

Signed-off-by: Ciara Power <ciara.power@intel.com>
---
 doc/guides/tools/cryptoperf.rst | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
  

Patch

diff --git a/doc/guides/tools/cryptoperf.rst b/doc/guides/tools/cryptoperf.rst
index 7479af60a9..be3109054d 100644
--- a/doc/guides/tools/cryptoperf.rst
+++ b/doc/guides/tools/cryptoperf.rst
@@ -471,13 +471,9 @@  Dependencies
 
 The following python modules must be installed to run the script:
 
-* img2pdf
-
-* plotly
-
-* pandas
+.. code-block:: console
 
-* glob
+   pip3 install img2pdf plotly pandas psutil kaleido
 
 
 Test Configuration