blob: 57929aef648458c8c83caa5dbecc7cab24d54019 (
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
|
.. _installing:
.. toctree::
**********
Installing
**********
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
|