summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/install.rst6
-rw-r--r--doc/markdown/dev_guide.md8
2 files changed, 7 insertions, 7 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/>`_:
diff --git a/doc/markdown/dev_guide.md b/doc/markdown/dev_guide.md
index 770de4b..c654ec1 100644
--- a/doc/markdown/dev_guide.md
+++ b/doc/markdown/dev_guide.md
@@ -1,10 +1,8 @@
-#Developer Guide
+# Developer Guide
## Development Environment Setup
-The workflow for libgfapi-python is largely based upon the [Gluster-Swift Developer Guide][] and [OpenStack Gerrit Workflow][]. Refer to those documents for setting up a Gerrit account and a complete development environment.
-
-This document focuses on setting up a quick environment for running tox tests (especially the functional tests). This document also assumes that GlusterFS is already installed. On CentOS/RHEL you will need to setup GlsuterFS and EPEL repos.
+This document focuses on setting up a quick environment for running tox tests (especially the functional tests). This document also assumes that GlusterFS is already installed. On CentOS/RHEL you will need to setup GlusterFS and EPEL repos.
### Package Requirements
@@ -17,7 +15,7 @@ sudo apt-get -y install gcc python-dev python-setuptools libffi-dev \
git xfsprogs memcached
```
-* Fedora 19
+* Fedora
```
sudo yum install gcc python-devel python-setuptools libffi-devel \