John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 1 | .. _installing: |
| 2 | |
| 3 | .. toctree:: |
| 4 | |
John DeNisco | c8e7f41 | 2018-08-03 11:02:24 -0400 | [diff] [blame] | 5 | .. _installing-vpp-config: |
| 6 | |
| 7 | ********************* |
| 8 | Installing VPP-Config |
| 9 | ********************* |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 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 |