summaryrefslogtreecommitdiffstats
path: root/doc/install.rst
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2017-04-26 17:25:20 +0530
committerPrashanth Pai <ppai@redhat.com>2017-04-26 18:14:38 +0530
commit06bd1688f0df27854b1d1df3e30d19b22f0d6a53 (patch)
treeadeef7aae09ccd366962442f474565d932fc2516 /doc/install.rst
parentd343118f99e9eac18be87bf0c3123a04ec2eeb2c (diff)
Update install guide with RPM name
...and fix some minor doc rendering. Change-Id: Ibec7a39bf2633026b106972d4d476d5734232b5f Signed-off-by: Prashanth Pai <ppai@redhat.com>
Diffstat (limited to 'doc/install.rst')
-rw-r--r--doc/install.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/install.rst b/doc/install.rst
index 840f4e4..b9cba12 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -1,11 +1,13 @@
Installation
============
-Install glusterfs libgfapi C library:
+Install libgfapi-python from yum/dnf repo:
.. code-block:: console
- $ sudo yum install glusterfs-api
+ $ sudo yum install python-glusterfs-api
+
+OR
Install libgfapi-python from `PyPI <https://pypi.python.org/pypi/gfapi/>`_: