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 <zbitter@redhat.com>
This commit is contained in:
parent
50cbd80650
commit
6e3d20c136
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user