From bb6a4befdf487091362dd91342a920e94d804b8c Mon Sep 17 00:00:00 2001
From: hanchao <hanchao@iscas.ac.cn>
Date: Thu, 16 Jun 2016 16:36:38 +0800
Subject: [PATCH] Format commands to the code block

Put commands to the code block in quickstart.rst.

Change-Id: Ia2f12fd5693032029912d7fda2f6bf13701723fa
---
 doc/quickstart.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 3dd1cc5ba1..819edecf43 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -186,6 +186,7 @@ libvirt may be running at a time.
 On Ubuntu, apparmor will sometimes prevent libvirt from working.
 
 ::
+
    /usr/sbin/libvirtd: error while loading shared libraries: libvirt-admin.so.0: cannot open shared object file: Permission denied
 
 If you are seeing the libvirt container fail with the error above, disable the
@@ -273,9 +274,13 @@ client code:
 To install the clients use:
 
 ::
+
     yum install -y python-openstackclient python-neutronclient
 
-    or
+
+Or using ``pip`` to install:
+
+::
 
     pip install -U python-openstackclient python-neutronclient