summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkshithijiyer <kshithij.ki@gmail.com>2019-09-18 11:41:40 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2019-09-18 08:52:34 +0000
commit67cc2ec9e0ea2d0d7dc33b124eaf6cf0fc3de462 (patch)
treeeee5d379d4843ecf51bfc4cb956fa4d87cc95156 /README.md
parentadb3806f14c32b805a7726ff1b92ffdfbee9c707 (diff)
[Doc] Adding numpy requirement for client.
After modifying file_dir_ops.py as per patch [1] we would need to install numpy on clients. Hence making the changes to the Readme.md. [1]https://review.gluster.org/#/c/glusto-tests/+/23143/ Change-Id: Id3d6f4972e24317e470a8c68ed7172c516f53fc8 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index be8e8a0e2..64e42112b 100644
--- a/README.md
+++ b/README.md
@@ -51,12 +51,13 @@ How to install gdeploy:
To install glusto-tests dependencies:
--------------------------------------------------
-- `python-docx` needs to be installed when we run IO's and validates on client node.
+- `python-docx` and `numpy` has to be installed to run IO and validate it on client node.
- To install run :
# curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
# python get-pip.py
# pip install --pre python-docx
+ # pip install numpy
- `arequal` needs to be installed on all servers and clients.
- To install download the below repo into /etc/yum.repos.d/