diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 135890f69a..5b5c19db7a 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.