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:
parent
a4e2fd5367
commit
71ceeabc68
12
README.rst
12
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::
|
||||
|
Loading…
x
Reference in New Issue
Block a user