From 6e3d20c136e7a2dda610cc663e0e443a148cb997 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Mon, 17 Dec 2012 19:56:23 +0100 Subject: [PATCH] GettingStarted: Install python-pip package pip-python is not installed by default, so we need to install it in order to be able to use it. (An alternative would be to use easy_install, which is packaged as part of setuputils and therefore already present, but it lacks any of pip-python's package management capabilities.) Change-Id: I6a620d0864b6671348bbcf962c3c2cde06f9ed83 Signed-off-by: Zane Bitter --- docs/GettingStarted.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index b354e789..61314849 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -99,6 +99,7 @@ Install heat pip dependency Heat requires the extras module, which is not currently packaged for Fedora, so it is necessary to manually install it:: + sudo yum install -y python-pip sudo pip-python install extras Download Fedora 17 DVD and copy it to libvirt images location -- 2.45.2