[spp] [Bug 454] Documentation does callout the dependency for python modules in SPP-CTL

bugzilla at dpdk.org bugzilla at dpdk.org
Thu Apr 23 10:28:00 CEST 2020


https://bugs.dpdk.org/show_bug.cgi?id=454

masahiro nemoto (masahiro.nemoto.es at s1.ntt-tx.co.jp) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |masahiro.nemoto.es at s1.ntt-t
                   |                            |x.co.jp

--- Comment #1 from masahiro nemoto (masahiro.nemoto.es at s1.ntt-tx.co.jp) ---
Hello Vipin.

According to the latest documents in master branch, such dependency is resolved
by follwing
the instruction.
What do you think?

https://git.dpdk.org/apps/spp/tree/docs/guides/gsg/install.rst


SPP provides ``requirements.txt`` for installing required packages of Python3.
You might fail to run ``pip3`` without sudo on some environments.

.. code-block:: console

    $ pip3 install -r requirements.txt


The content of requirements.txt.
# spp-ctl
eventlet
bottle
netaddr

# SPP CLI
pyyaml
tornado
websocket-client

# docs
sphinx
sphinx-rtd-theme

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the spp mailing list