Add upgrade pip command to QuickStart Doc

python-pip package from canocnical for trusty is old.
It causes resolving dependencies problem when "pip install".

This fixes it.

Change-Id: I9134d9d46eba3e9c37167552bf90758690b62ecf
Closes-Bug: #1595792
This commit is contained in:
Takeaki Matsumoto 2016-06-24 13:45:36 +09:00
parent 8790492c6b
commit fd5c3c7919

View File

@ -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.