diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 135890f69a66ebc80b6bf8ef2f2ca405e1cbf5ba..5b5c19db7ad9f7fc710099f00834378ea6207f5e 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -61,7 +61,7 @@ Docker Python           1.6.0        none         On target nodes
 Python Jinja2           2.8.0        none         On deployment host
 =====================   ===========  ===========  =========================
 
-Make sure the ``pip`` package manager is installed before proceeding:
+Make sure the ``pip`` package manager is installed and upgraded to latest before proceeding:
 
 ::
 
@@ -72,6 +72,10 @@ Make sure the ``pip`` package manager is installed before proceeding:
     # Ubuntu 14.04 LTS
     apt-get -y install python-pip
 
+    # Upgrade pip and check version
+    pip install -U pip
+    pip -V
+
 
 Since Docker is required to build images as well as be present on all deployed
 targets, the Kolla community recommends installing the official Docker, Inc.