Merge "Use pip (and DevStack) instead of setuptools in docs"

This commit is contained in:
Jenkins 2015-12-17 01:11:45 +00:00 committed by Gerrit Code Review
commit 4c3071d5f6

View File

@ -49,7 +49,14 @@ Install the Keystone web service:
.. code-block:: bash .. 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 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: system. The following commands should be available on the command-line path: