From 67cc2ec9e0ea2d0d7dc33b124eaf6cf0fc3de462 Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Wed, 18 Sep 2019 11:41:40 +0530 Subject: [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 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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/ -- cgit