blob: 57929aef648458c8c83caa5dbecc7cab24d54019 [file] [log] [blame]
.. _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