From: Zane Bitter Date: Mon, 17 Dec 2012 18:56:23 +0000 (+0100) Subject: GettingStarted: Install python-pip package X-Git-Tag: 2014.1~1064 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6e3d20c136e7a2dda610cc663e0e443a148cb997;p=openstack-build%2Fheat-build.git 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 --- 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