c8e7f419fe
docs: Incorporate Javier's progressive VPP tutorial Change-Id: Iecee041039c7ed81713bc0530fc536e989c71497 Signed-off-by: John DeNisco <jdenisco@cisco.com>
33 lines
559 B
ReStructuredText
33 lines
559 B
ReStructuredText
.. _installing:
|
|
|
|
.. toctree::
|
|
|
|
.. _installing-vpp-config:
|
|
|
|
*********************
|
|
Installing VPP-Config
|
|
*********************
|
|
|
|
The FD.io VPP configuration utility uses the `Python Package Index <https://pypi.org>`__
|
|
or "pypi".
|
|
|
|
To install FD.io vpp-config first install python pip.
|
|
|
|
For Ubuntu execute:
|
|
|
|
.. code-block:: console
|
|
|
|
$ sudo apt-get install python-pip
|
|
|
|
For Centos execute:
|
|
|
|
.. code-block:: console
|
|
|
|
$ sudo yum install install python-pip
|
|
|
|
Then install the config utility itself.
|
|
|
|
.. code-block:: console
|
|
|
|
$ sudo -H pip install vpp-config
|