mirror of
https://github.com/ceph/ceph
synced 2025-01-18 09:02:08 +00:00
doc: Added inline literal tag.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
aaa2799f83
commit
22afd6ca1f
@ -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
|
||||
-------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user