From e536522356da35ffe68c0b9b3919543eaca8d0de Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Wed, 16 Dec 2015 16:36:14 +0000 Subject: [PATCH] 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 --- doc/source/installing.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/source/installing.rst b/doc/source/installing.rst index 9d30d6685c..9c363ffb56 100644 --- a/doc/source/installing.rst +++ b/doc/source/installing.rst @@ -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 `_. 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: