openstack-manuals/doc/user-guide/section_sdk_install.xml
Christian Berendt 6be4f5775f Unified the syntax of the XML root element (user-guide)
The XML root element of Docbook XML files should match the following
format:

<ELEMENT xmlns="http://docbook.org/ns/docbook"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  version="5.0"
  xml:id="THE_XML_ID_OF_THE_ELEMENT">

Change-Id: Ic59684221ba99632c71e3f9b5f97ec74f56793a4
2014-07-09 19:51:07 +02:00

16 lines
689 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="sdk_install">
<title>Install the OpenStack SDK</title>
<para>Each OpenStack project has its own Python library. These
libraries are bundled with the command-line clients. For example,
the Python bindings for the Compute API are bundled with the
<package>python-novaclient</package> package.</para>
<para>For details about how to install the clients, see <link
linkend="install_clients">install the OpenStack command-line
clients</link>.</para>
</section>