From 71ceeabc68635f24df3d27f7e91f026633e2d7cc Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 18 Jul 2016 15:06:46 -0500 Subject: [PATCH] Cleanup README.rst This patch fixes some dangling whitespace and an indention problem around the removal of the six module. Change-Id: Iae56c3ca1ea7e1eccacff2695ab5a288469faae8 --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index c58f673..d2fdb37 100644 --- a/README.rst +++ b/README.rst @@ -67,17 +67,17 @@ Install with DevStack and Neutron - Remove Python's six packge:: - sudo rm -f /usr/lib/python2.7/dist-packages/six.py /usr/lib/python2.7/dist-packages/six.pyc - # Old version of six package in /usr/lib/python2.7/dist-packages/ crashes - # quark server + # Old version of six package in /usr/lib/python2.7/dist-packages/ crashes + # quark server + sudo rm -f /usr/lib/python2.7/dist-packages/six.py /usr/lib/python2.7/dist-packages/six.pyc - Install Devstack:: - + ./stack.sh - Install aiclib:: - - sudo pip install aiclib + + sudo pip install aiclib # the reason for sudo here is if you don't you'll get permission denied when it tries to install to /usr/local/lib/python2.7/dist/packages - Install quark::