diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst
index 61ae85a799..cbe8da92df 100644
--- a/doc/source/contributor/dev-quickstart.rst
+++ b/doc/source/contributor/dev-quickstart.rst
@@ -184,7 +184,12 @@ Step 1: Create a Python virtualenv
 
     . .tox/venv/bin/activate
 
-#. Install the openstack baremetal client::
+#. Install the `openstack` client command utility::
+
+    pip install python-openstackclient
+
+
+#. Install the `openstack baremetal` client::
 
     pip install python-ironicclient