Fix the errors of 'ubuntu-install.rst'

Now, the 'ubuntu-install.rst' uses 'apt-get install',
but the source of karbor not in ubuntu source, so
we use 'pip install' to replace it.

Closes-Bug: #1733731

Change-Id: I95090d2c530f388070c52153a4c61402f2813ee5
This commit is contained in:
Zhouzhou Li 2017-11-22 09:51:58 +08:00
parent bd1887ff44
commit 08a9e6081d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Install and configure components
.. code-block:: console
# apt-get install karbor
# pip install karbor
.. include:: common_configure.rst