blob: 57929aef648458c8c83caa5dbecc7cab24d54019 [file] [log] [blame]
John DeNisco06dcd452018-07-26 12:45:10 -04001.. _installing:
2
3.. toctree::
4
5**********
6Installing
7**********
8
9The FD.io VPP configuration utility uses the `Python Package Index <https://pypi.org>`__
10or "pypi".
11
12To install FD.io vpp-config first install python pip.
13
14For Ubuntu execute:
15
16.. code-block:: console
17
18 $ sudo apt-get install python-pip
19
20For Centos execute:
21
22.. code-block:: console
23
24 $ sudo yum install install python-pip
25
26Then install the config utility itself.
27
28.. code-block:: console
29
30 $ sudo -H pip install vpp-config