blob: d9fa561d0722d113636465e5e9c34c570780e9d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
.. _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
|