From 22afd6ca1f05b6d1d019846af528dae532f7fb3a Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Fri, 7 Feb 2014 15:48:45 -0800 Subject: [PATCH] doc: Added inline literal tag. Signed-off-by: John Wilkins --- doc/rados/api/librados-intro.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/rados/api/librados-intro.rst b/doc/rados/api/librados-intro.rst index 25f16a82834..33b11193bf6 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 ------------------------- -- 2.47.3