summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-08-16 18:00:37 +0530
committerPrashanth Pai <ppai@redhat.com>2016-08-16 18:00:37 +0530
commitb8b9837db95a7b56109461808c807183453579b7 (patch)
tree924d35fb4574ce3fdc6f668848dd2e4d9706d208
parentddd614c5851f3c4805f22255269dc3df4976ba97 (diff)
Add install instructions for pip
The python bindings is now available for installation using pip. Change-Id: Ifc2def21e3b099b024a670422e444de82ca52cc6 Signed-off-by: Prashanth Pai <ppai@redhat.com>
-rw-r--r--doc/install.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/install.rst b/doc/install.rst
index 5d0ed84..840f4e4 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -5,7 +5,15 @@ Install glusterfs libgfapi C library:
.. code-block:: console
- $ yum install glusterfs-api
+ $ sudo yum install glusterfs-api
+
+Install libgfapi-python from `PyPI <https://pypi.python.org/pypi/gfapi/>`_:
+
+.. code-block:: console
+
+ $ sudo pip install gfapi
+
+OR
Install libgfapi-python from source: