From 08a9e6081d27c457551b1b969395f9a3399984d7 Mon Sep 17 00:00:00 2001 From: Zhouzhou Li Date: Wed, 22 Nov 2017 09:51:58 +0800 Subject: [PATCH] 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 --- doc/source/install/install-ubuntu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index 14d44621..e9bc8ccc 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -15,7 +15,7 @@ Install and configure components .. code-block:: console - # apt-get install karbor + # pip install karbor .. include:: common_configure.rst