From 42a695168eaca415985edfb4b90534c576c2f137 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sat, 24 Mar 2018 22:39:35 +0000 Subject: [PATCH] install-guide: add the missing step for python-pip Change-Id: I262da2d6da577b1d0664575b03cba8b06a2c9778 --- doc/source/install/compute-install-ubuntu.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index 4ed4700d9..c4083cf1b 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -40,6 +40,7 @@ Install and configure components .. code-block:: console + # apt-get install python-pip # cd /var/lib/zun # git clone https://git.openstack.org/openstack/zun.git # chown -R zun:zun zun