From b8b9837db95a7b56109461808c807183453579b7 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Tue, 16 Aug 2016 18:00:37 +0530 Subject: Add install instructions for pip The python bindings is now available for installation using pip. Change-Id: Ifc2def21e3b099b024a670422e444de82ca52cc6 Signed-off-by: Prashanth Pai --- doc/install.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 `_: + +.. code-block:: console + + $ sudo pip install gfapi + +OR Install libgfapi-python from source: -- cgit