Cleanup README.rst
This patch fixes some dangling whitespace and an indention problem around the removal of the six module. Change-Id: Iae56c3ca1ea7e1eccacff2695ab5a288469faae8
This commit is contained in:
12
README.rst
12
README.rst
@@ -67,17 +67,17 @@ Install with DevStack and Neutron
|
|||||||
|
|
||||||
- Remove Python's six packge::
|
- 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
|
||||||
# Old version of six package in /usr/lib/python2.7/dist-packages/ crashes
|
# quark server
|
||||||
# quark server
|
sudo rm -f /usr/lib/python2.7/dist-packages/six.py /usr/lib/python2.7/dist-packages/six.pyc
|
||||||
|
|
||||||
- Install Devstack::
|
- Install Devstack::
|
||||||
|
|
||||||
./stack.sh
|
./stack.sh
|
||||||
|
|
||||||
- Install aiclib::
|
- 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
|
# 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::
|
- Install quark::
|
||||||
|
Reference in New Issue
Block a user