Skip to content
Snippets Groups Projects
Commit fd5c3c79 authored by Takeaki Matsumoto's avatar Takeaki Matsumoto
Browse files

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
parent 8790492c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment