summaryrefslogtreecommitdiffstats
path: root/README.md
blob: ad918e9d0e228eff4bd95c726268b87ad1297310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Overview

Python bindings for the [GlusterFS](http://www.gluster.org) libgfapi interface

# Installation

1) Clone the git repo

```
$ git clone https://review.gluster.org/libgfapi-python
$ cd libgfapi-python
```

2) Run the setup script

```
$ sudo python setup.py install
```

# Development

* [Developer Guide](doc/markdown/dev_guide.md)