From c7c3f125976b18ea3cdcf91e4e7e9718a30a1f77 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Mon, 24 Sep 2018 15:17:55 +0530 Subject: doc: Update install and troubleshoot guide * Mention that bindings have been tested with Python 3.x * Remove section about troubleshotting logging as it is disabled by default now. Change-Id: If7a4e398734efec2cc68e6abaec4510c554bff9e Signed-off-by: Prashanth Pai --- doc/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/install.rst') diff --git a/doc/install.rst b/doc/install.rst index b9cba12..25f14fe 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -5,7 +5,7 @@ Install libgfapi-python from yum/dnf repo: .. code-block:: console - $ sudo yum install python-glusterfs-api + $ sudo dnf install python-glusterfs-api OR @@ -27,4 +27,4 @@ Install libgfapi-python from source: .. note:: libgfapi-python bindings has been tested only against **Linux x86-64** and - Python versions **2.6** and **2.7** + Python versions **2.7** and **>=3.4**. -- cgit