From: Ciara Power Date: Mon, 1 Mar 2021 11:28:31 +0000 (+0000) Subject: doc: fix dpdk-graph-crypto-perf dependencies X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=08a3bd1d34410bcf418788ed0d47d86c3389702e;p=dpdk.git doc: fix dpdk-graph-crypto-perf dependencies 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") Cc: stable@dpdk.org Signed-off-by: Ciara Power Acked-by: Akhil Goyal --- 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