Fix yum python development package name
The yum package is python-devel not python-dev, so fix it in the documentation to reflect the correct one. yum install python-dev => yum install python-devel Closes-Bug: 1413706 Change-Id: I88166806be41fec8cd44d8cabf4ca48fe117d6e2
This commit is contained in:
parent
fcc7b1b7f0
commit
62de206e35
@ -120,7 +120,7 @@
|
||||
<title>Red Hat Enterprise Linux, CentOS, or Fedora</title>
|
||||
<para>A packaged version enables you to use <package>yum</package>
|
||||
to install the package:
|
||||
<screen><prompt>#</prompt> <userinput>yum install python-dev python-pip</userinput></screen>
|
||||
<screen><prompt>#</prompt> <userinput>yum install python-devel python-pip</userinput></screen>
|
||||
There are also packaged versions of the
|
||||
clients available in <link
|
||||
xlink:href="http://openstack.redhat.com/">RDO</link>
|
||||
|
Loading…
x
Reference in New Issue
Block a user