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