InstallationΒΆ

Install libgfapi-python from yum/dnf repo:

$ sudo dnf install python-glusterfs-api

OR

Install libgfapi-python from PyPI:

$ sudo pip install gfapi

OR

Install libgfapi-python from source:

$ git clone https://review.gluster.org/libgfapi-python
$ cd libgfapi-python
$ sudo python setup.py install

Note

libgfapi-python bindings has been tested only against Linux x86-64 and Python versions 2.7 and >=3.4.