From 7b3fa2bc9afb478d7c1182f4aef6084fafedb1d1 Mon Sep 17 00:00:00 2001 From: raj Date: Thu, 15 May 2014 05:08:40 -0700 Subject: [PATCH] Update readme add few more prerequisites --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0814886..33e6c58 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,18 @@ http://research.yahoo.com/Web_Information_Management/YCSB https://fabric.readthedocs.org/en/1.3.2/ +##Prerequisite + +maven: http://maven.apache.org +pip: http://pip.readthedocs.org/en/latest/installing.html + ##Step by step ###Download the latest release of YCSB ``` git clone https://github.com/aerospike/ycsb cd ycsb +mvn package ``` ###Install the python Fabric module and time module ```