diff --git a/doc/common/section_cli_install.xml b/doc/common/section_cli_install.xml index cdf172fd12..c1890116e1 100644 --- a/doc/common/section_cli_install.xml +++ b/doc/common/section_cli_install.xml @@ -10,7 +10,6 @@ each OpenStack client.
Install the prerequisite software - Most Linux distributions include packaged versions of the command-line clients that you can install directly, see . @@ -79,6 +78,9 @@ >Python Package Index, and lets you update or remove the packages later on. + Since the installation process compiles source + files, this requires the related Python development + package for your operating system and distribution. Install pip through the package manager for your system: @@ -106,14 +108,19 @@ Ubuntu and Debian - # apt-get install python-pip + # apt-get install python-devel python-pip - + + + Note that extra dependencies may be required, per + operating system, depending on the package being + installed, such as is the case with Tempest. + Red Hat Enterprise Linux, CentOS, or Fedora A packaged version enables you to use yum to install the package: - # yum install python-pip + # yum install python-dev python-pip There are also packaged versions of the clients available in RDO @@ -132,7 +139,7 @@ First, add the Open Build Service repository: # zypper addrepo -f obs://Cloud:OpenStack:Icehouse/SLE_11_SP3 Icehouse Then install pip and use it to manage client installation: - # zypper install python-pip + # zypper install python-devel python-pip There are also packaged versions of the clients available that enable zypper to install the clients as described in . @@ -143,7 +150,7 @@ You can install pip and use it to manage client installation: - # zypper install python-pip + # zypper install python-devel python-pip There are also packaged versions of the clients available that enable zypper to install the clients as described in