Avoid overwrite in clib_memcpy_le{32,64}
[vpp.git] / docs / gettingstarted / users / configutil / installing.rst
1 .. _installing:
2
3 .. toctree::
4
5 .. _installing-vpp-config:
6
7 *********************
8 Installing VPP-Config
9 *********************
10
11 The FD.io VPP configuration utility uses the `Python Package Index <https://pypi.org>`__
12 or "pypi".
13
14 To install FD.io vpp-config first install python pip.
15
16 For Ubuntu execute:
17
18 .. code-block:: console
19
20     $ sudo apt-get install python-pip
21
22 For Centos execute:
23
24 .. code-block:: console
25
26     $ sudo yum install install python-pip
27
28 Then install the config utility itself.
29
30 .. code-block:: console
31
32     $ sudo -H pip install vpp-config