Use pip (and DevStack) instead of setuptools in docs

The docs instruct you to install pip, and then document the use of
setuptools, which pbr doesn't particularly support. But pip alone will
fail, so I added a note referencing devstack if you need help on that
step.

Change-Id: Iea07b5ffd9d5c6c8509a698db2728e0fde21d4d8
This commit is contained in:
Dolph Mathews 2015-12-16 16:36:14 +00:00
parent 70f3401d0b
commit e536522356
1 changed files with 8 additions and 1 deletions

View File

@ -49,7 +49,14 @@ Install the Keystone web service:
.. code-block:: bash
$ python setup.py install
$ pip install .
.. NOTE::
This step is guaranteed to fail if you do not have the proper binary
dependencies already installed on your development system. Maintaining a
list of platform-specific dependencies is outside the scope of this
documentation, but is within scope of `DevStack <http://devstack.org/>`_.
You should have all the pieces you need to run Keystone installed on your
system. The following commands should be available on the command-line path: