From: John Wilkins Date: Fri, 7 Feb 2014 23:48:45 +0000 (-0800) Subject: doc: Added inline literal tag. X-Git-Tag: v0.78~194^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=22afd6ca1f05b6d1d019846af528dae532f7fb3a;p=ceph.git doc: Added inline literal tag. Signed-off-by: John Wilkins --- diff --git a/doc/rados/api/librados-intro.rst b/doc/rados/api/librados-intro.rst index 25f16a828341..33b11193bf62 100644 --- a/doc/rados/api/librados-intro.rst +++ b/doc/rados/api/librados-intro.rst @@ -56,11 +56,12 @@ headers for C/C++ under ``/usr/include/rados``. :: ls /usr/include/rados + Getting librados for Python --------------------------- ``librados`` Python support is the ``rados.py`` module, provided in -the ``python-ceph`` package for both Debian and RedHat systems. +the ``python-ceph`` package for both Debian and RedHat systems. :: sudo apt-get install librados-dev @@ -71,6 +72,7 @@ For CentOS/RHEL distributions, execute the following:: You can find the module under ``/usr/share/pyshared`` on Debian systems, or under ``/usr/lib/python2.X/site-packages`` on Centos/RHEL systems. + Getting librados for Java -------------------------